diff options
author | 2018-02-10 04:34:25 +0000 | |
---|---|---|
committer | 2018-02-10 04:34:25 +0000 | |
commit | 536237fb256eab192f6bbe85d64825cb387f4783 (patch) | |
tree | 4f80efe4029906a4acc4e0acc7d3df144375f137 /lib/libssl | |
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/libssl')
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
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 |