diff options
| author | jca <> | 2018-03-15 12:27:01 +0000 |
|---|---|---|
| committer | jca <> | 2018-03-15 12:27:01 +0000 |
| commit | 31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204 (patch) | |
| tree | e59ff43ff5a8063f6f2c91ce72b8d8fd4f30e897 /src/lib/libssl/shlib_version | |
| parent | 302371947c6242ab9f7f993a57b4b413756adb5c (diff) | |
| download | openbsd-31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204.tar.gz openbsd-31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204.tar.bz2 openbsd-31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204.zip | |
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
We already provided the setters, so also provide the getters like
OpenSSL does. Addition prompted by the use of those functions in recent
openvpn releases.
manpage diff from schwarze@ (thanks!) with input from jsing@, ok tb@
jsing@
Diffstat (limited to 'src/lib/libssl/shlib_version')
| -rw-r--r-- | src/lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 5c09c51c65..c41c26c0f7 100644 --- a/src/lib/libssl/shlib_version +++ b/src/lib/libssl/shlib_version | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # Don't forget to give libtls the same type of bump! | 1 | # Don't forget to give libtls the same type of bump! |
| 2 | major=44 | 2 | major=44 |
| 3 | minor=8 | 3 | minor=9 |
