diff options
author | 2019-11-02 13:52:54 +0000 | |
---|---|---|
committer | 2019-11-02 13:52:54 +0000 | |
commit | 26d18ab627621ff6d962bd6256f0c2c61fc0bbe7 (patch) | |
tree | 54bc5d0f52d9cfe86e150a7ec6b320df648260db | |
parent | Provide RSA_PKCS1_OpenSSL(). (diff) | |
download | wireguard-openbsd-26d18ab627621ff6d962bd6256f0c2c61fc0bbe7.tar.xz wireguard-openbsd-26d18ab627621ff6d962bd6256f0c2c61fc0bbe7.zip |
Bump libcrypto, libssl and libtls minors due to symbol additions.
-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 b2f00214003..6f38b0ecb5c 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=46 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index fcdee2f67e3..8347cbd6d21 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=48 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index a5757c1bcc6..dc34974a494 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=20 -minor=0 +minor=1 |