diff options
author | 2017-08-28 17:49:06 +0000 | |
---|---|---|
committer | 2017-08-28 17:49:06 +0000 | |
commit | 33e0c816e7a56a2c33b64ac89ed733d1d50245ed (patch) | |
tree | 5b76a9249c29bf634c5cd096f72e23eb7ecdd24e /lib | |
parent | Remove EVP_aead_chacha20_poly1305_old() now that the original/old (diff) | |
download | wireguard-openbsd-33e0c816e7a56a2c33b64ac89ed733d1d50245ed.tar.xz wireguard-openbsd-33e0c816e7a56a2c33b64ac89ed733d1d50245ed.zip |
Bump lib{crypto,ssl,tls} majors due to symbol removals.
Diffstat (limited to 'lib')
-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 ea91ccb8041..704efc3027e 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=41 -minor=2 +major=42 +minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 93be9aaf51a..b3565a732f6 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=43 -minor=3 +major=44 +minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 88159310ebc..84e2c2920d7 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=15 -minor=8 +major=16 +minor=0 |