summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2017-02-28 14:24:41 +0000
committerjsing <jsing@openbsd.org>2017-02-28 14:24:41 +0000
commit1b9f007f5a9ebfae8c4ada701535e5a745ff9c84 (patch)
tree99b7263404add6b2d49e1af56c7200ac2991449b
parentDocument EVP_md5_sha1(). (diff)
downloadwireguard-openbsd-1b9f007f5a9ebfae8c4ada701535e5a745ff9c84.tar.xz
wireguard-openbsd-1b9f007f5a9ebfae8c4ada701535e5a745ff9c84.zip
Bump minors due to symbol addition.
-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 bee38956cd9..58c7bfe61c7 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=41
-minor=0
+minor=1
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index 7f7ed0afa91..f23d05d3fcc 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=43
-minor=1
+minor=2
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index a822f1f1801..4c073ef03c9 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
major=15
-minor=3
+minor=4