summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2018-10-24 18:08:02 +0000
committerjsing <>2018-10-24 18:08:02 +0000
commitd53fb488940b2fe23e15fcdededf3c40cef67cb2 (patch)
treed39ff00e4f1b4d400bebecb1890db0805660a834
parentc35a1141f368eb454f165541c3dfbe6b6e48b91d (diff)
downloadopenbsd-d53fb488940b2fe23e15fcdededf3c40cef67cb2.tar.gz
openbsd-d53fb488940b2fe23e15fcdededf3c40cef67cb2.tar.bz2
openbsd-d53fb488940b2fe23e15fcdededf3c40cef67cb2.zip
Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)
and changes to struct visibility/sizes (libssl).
-rw-r--r--src/lib/libcrypto/shlib_version4
-rw-r--r--src/lib/libssl/shlib_version4
-rw-r--r--src/lib/libtls/shlib_version4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index 77964f81e8..ba7b0b9de1 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=44 2major=45
3minor=1 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 25f1cb4022..e92e60e2a8 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=46 2major=47
3minor=1 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 7c92aff489..0aab0406bf 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=18 1major=19
2minor=1 2minor=0