diff options
author | 2018-02-14 17:16:21 +0000 | |
---|---|---|
committer | 2018-02-14 17:16:21 +0000 | |
commit | 24bc253b99c6d68c48040bc736b7b0feb6dd19e8 (patch) | |
tree | 58b69f034fb743df88eb145febabeb670cdb44e6 | |
parent | Provide SSL_CTX_up_ref(). (diff) | |
download | wireguard-openbsd-24bc253b99c6d68c48040bc736b7b0feb6dd19e8.tar.xz wireguard-openbsd-24bc253b99c6d68c48040bc736b7b0feb6dd19e8.zip |
Bump lib{crypto,ssl,tls} 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 aadd9aff552..47590f9bde7 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=42 -minor=1 +minor=2 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index a4fa6109ef3..248a9c5d904 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=44 -minor=2 +minor=3 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index cd2907e093d..6b53f29f80a 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=2 +minor=3 |