diff options
author | 2016-12-21 16:52:48 +0000 | |
---|---|---|
committer | 2016-12-21 16:52:48 +0000 | |
commit | 7713c65f1d04d1360e41d23beea9d794a9cf142d (patch) | |
tree | 1b4bae355a95fb9753bb739d0dc5e12ee513d456 | |
parent | Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHOD (diff) | |
download | wireguard-openbsd-7713c65f1d04d1360e41d23beea9d794a9cf142d.tar.xz wireguard-openbsd-7713c65f1d04d1360e41d23beea9d794a9cf142d.zip |
Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and
changes to libssl non-opaque structs.
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index e696dee87bf..bee38956cd9 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! -major=40 +major=41 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 417efb750a1..639844c61ed 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! -major=41 +major=42 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 262f3bc13b6..d85251eba7d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=13 +major=14 minor=0 |