summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2017-01-22 03:53:11 +0000
committerjsing <jsing@openbsd.org>2017-01-22 03:53:11 +0000
commit296555ae251f0147700733ef59879e495e7fdac7 (patch)
tree58bd522f73972fcb87b5bdaebeebe6437a85c63c
parentConvert publically visible structs to translucent structs. (diff)
downloadwireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.tar.xz
wireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.zip
Bump majors for libssl and libtls following the translucent struct change.
Further changes to the publically visible structs will ride this bump.
-rw-r--r--lib/libssl/shlib_version2
-rw-r--r--lib/libtls/shlib_version2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index 639844c61ed..4cdb3d9c9ad 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=42
+major=43
minor=0
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index d85251eba7d..77913220429 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
-major=14
+major=15
minor=0