diff options
author | 2019-10-24 15:58:38 +0000 | |
---|---|---|
committer | 2019-10-24 15:58:38 +0000 | |
commit | d246036410d06b778037216abf94bb4fd9cb3d6a (patch) | |
tree | fda7864aae6bf7e8f27658e72ac1af13d1d7c1c0 | |
parent | Add RSA_PSS_PARAMS pointer to RSA struct. (diff) | |
download | wireguard-openbsd-d246036410d06b778037216abf94bb4fd9cb3d6a.tar.xz wireguard-openbsd-d246036410d06b778037216abf94bb4fd9cb3d6a.zip |
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
and symbol addition.
-rw-r--r-- | lib/libcrypto/shlib_version | 4 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 4 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index fba3a63c148..b2f00214003 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=45 -minor=5 +major=46 +minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index ca411978514..fcdee2f67e3 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=47 -minor=6 +major=48 +minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 14c02159bb5..a5757c1bcc6 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=19 -minor=7 +major=20 +minor=0 |