diff options
author | 2018-03-17 16:24:57 +0000 | |
---|---|---|
committer | 2018-03-17 16:24:57 +0000 | |
commit | 91c5cd9569c9d2bd9a0b029fc395222e1a1365cc (patch) | |
tree | 40d4ce2c0c521032f32a00ddcf001914055c12d5 /lib/libssl | |
parent | Bring in compatibility for OpenSSL 1.1 style init functions. (diff) | |
download | wireguard-openbsd-91c5cd9569c9d2bd9a0b029fc395222e1a1365cc.tar.xz wireguard-openbsd-91c5cd9569c9d2bd9a0b029fc395222e1a1365cc.zip |
Bump minors after 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 c41c26c0f7b..8fca1d6800c 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=9 +minor=10 |