diff options
author | 2016-11-05 15:16:49 +0000 | |
---|---|---|
committer | 2016-11-05 15:16:49 +0000 | |
commit | c2a7c08ea3ff496e13a284a4947dc5ea32d63a69 (patch) | |
tree | ab23557daee729ce5d3aafbfa6102429f5292bd9 | |
parent | Add support for server side OCSP stapling to libtls. (diff) | |
download | wireguard-openbsd-c2a7c08ea3ff496e13a284a4947dc5ea32d63a69.tar.xz wireguard-openbsd-c2a7c08ea3ff496e13a284a4947dc5ea32d63a69.zip |
bump minors for symbol addition for ocsp and x25519 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 77935fe957d..8ee32caa65a 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=39 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 51f4d897f8e..3a4ff8b8f0e 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=40 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 56246d02b24..eb2c603aec0 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=0 +minor=1 |