summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2016-12-21 16:52:48 +0000
committerjsing <>2016-12-21 16:52:48 +0000
commit21f4c835d65963db82ada357b208e22fec957378 (patch)
tree4e81181e488f4e098672d3a5b083f79b184531b3
parentca7fa198ffeaf731bf83db78854df9c9937126fe (diff)
downloadopenbsd-21f4c835d65963db82ada357b208e22fec957378.tar.gz
openbsd-21f4c835d65963db82ada357b208e22fec957378.tar.bz2
openbsd-21f4c835d65963db82ada357b208e22fec957378.zip
Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and
changes to libssl non-opaque structs.
-rw-r--r--src/lib/libcrypto/shlib_version2
-rw-r--r--src/lib/libssl/shlib_version2
-rw-r--r--src/lib/libtls/shlib_version2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index e696dee87b..bee38956cd 100644
--- a/src/lib/libcrypto/shlib_version
+++ b/src/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libssl and libtls the same type of bump! 1# Don't forget to give libssl and libtls the same type of bump!
2major=40 2major=41
3minor=0 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 417efb750a..639844c61e 100644
--- a/src/lib/libssl/shlib_version
+++ b/src/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=41 2major=42
3minor=0 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 262f3bc13b..d85251eba7 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=13 1major=14
2minor=0 2minor=0