summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2018-02-22 17:34:42 +0000
committerjsing <jsing@openbsd.org>2018-02-22 17:34:42 +0000
commit59a5eaec1b961e71cbbd3d920bc1f0428a50dc1b (patch)
tree891e40ba36e923e9408986ebeeceaeffb16c17a9 /lib
parentProvide SSL_is_server(). (diff)
downloadwireguard-openbsd-59a5eaec1b961e71cbbd3d920bc1f0428a50dc1b.tar.xz
wireguard-openbsd-59a5eaec1b961e71cbbd3d920bc1f0428a50dc1b.zip
Bump lib{crypto,ssl,tls} minors due to symbol additions.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/shlib_version2
-rw-r--r--lib/libssl/shlib_version2
-rw-r--r--lib/libtls/shlib_version2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version
index b95dc001e42..9bee10f545d 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=6
+minor=7
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index 95424e5cf15..5c09c51c65d 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=7
+minor=8
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index 6d0144bba1f..0fc71091088 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
major=16
-minor=7
+minor=8