diff options
author | 2018-02-18 13:07:34 +0000 | |
---|---|---|
committer | 2018-02-18 13:07:34 +0000 | |
commit | 39bca1a96159e08d442488eac18a287d592e7d12 (patch) | |
tree | a9fdcb1e092f0fca4c814fd6a76392c52b83f05d | |
parent | Provide BIO_meth_set_gets(). (diff) | |
download | wireguard-openbsd-39bca1a96159e08d442488eac18a287d592e7d12.tar.xz wireguard-openbsd-39bca1a96159e08d442488eac18a287d592e7d12.zip |
Bump libcrypto/libssl/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 8b3aecdf86d..5aa8e621fdc 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=3 +minor=4 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 9c2080f12de..8ceae38073a 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=4 +minor=5 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 712afbbad41..39f68a31b77 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=4 +minor=5 |