diff options
author | 2018-02-18 15:00:36 +0000 | |
---|---|---|
committer | 2018-02-18 15:00:36 +0000 | |
commit | b6641ed58e19c46fcee2a9798a92eb3c546f449c (patch) | |
tree | 9e0ae419664e646fa86ee8f7049e5a8310dfa157 /lib/libssl | |
parent | Provide {DH,DSA}_set0_key(). Requested by sthen. (diff) | |
download | wireguard-openbsd-b6641ed58e19c46fcee2a9798a92eb3c546f449c.tar.xz wireguard-openbsd-b6641ed58e19c46fcee2a9798a92eb3c546f449c.zip |
Bump minor 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 8ceae38073a..2ac40aee453 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=5 +minor=6 |