diff options
author | 2014-04-13 15:27:30 +0000 | |
---|---|---|
committer | 2014-04-13 15:27:30 +0000 | |
commit | c229f6013f8e3baeab3ff41667b3e829d4366459 (patch) | |
tree | 76d7b64da0c5ebb52a6be6dda2bd1b63b7d2f184 | |
parent | No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djm (diff) | |
download | wireguard-openbsd-c229f6013f8e3baeab3ff41667b3e829d4366459.tar.xz wireguard-openbsd-c229f6013f8e3baeab3ff41667b3e829d4366459.zip |
Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)
and libssl major (ssl_check_clienthello_tlsext split into two functions)
-rw-r--r-- | lib/libcrypto/crypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version index df4de0fc4dc..83b24802061 100644 --- a/lib/libcrypto/crypto/shlib_version +++ b/lib/libcrypto/crypto/shlib_version @@ -1,2 +1,2 @@ -major=23 +major=21 minor=0 diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index df4de0fc4dc..83b24802061 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,2 +1,2 @@ -major=23 +major=21 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 83b24802061..629f8a9fc41 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,2 +1,2 @@ -major=21 +major=22 minor=0 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index 83b24802061..629f8a9fc41 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ -major=21 +major=22 minor=0 |