diff options
author | 2018-02-10 04:34:25 +0000 | |
---|---|---|
committer | 2018-02-10 04:34:25 +0000 | |
commit | 536237fb256eab192f6bbe85d64825cb387f4783 (patch) | |
tree | 4f80efe4029906a4acc4e0acc7d3df144375f137 /lib | |
parent | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 (diff) | |
download | wireguard-openbsd-536237fb256eab192f6bbe85d64825cb387f4783.tar.xz wireguard-openbsd-536237fb256eab192f6bbe85d64825cb387f4783.zip |
Bump lib{crypto,ssl,tls} minors due to symbol addition.
Diffstat (limited to 'lib')
-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 704efc3027e..aadd9aff552 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=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 4017133d587..a4fa6109ef3 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=1 +minor=2 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 796ed4662c9..cd2907e093d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=1 +minor=2 |