summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2019-10-24 15:58:38 +0000
committerjsing <>2019-10-24 15:58:38 +0000
commit1fb712034da481f916a0babec54e7a30fc042535 (patch)
treeeebd18f556a7c3748e0f7e418c26d102ffb85aea /src
parentba4573811e52571d225fb705b14119cd8fc941ed (diff)
downloadopenbsd-1fb712034da481f916a0babec54e7a30fc042535.tar.gz
openbsd-1fb712034da481f916a0babec54e7a30fc042535.tar.bz2
openbsd-1fb712034da481f916a0babec54e7a30fc042535.zip
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
and symbol addition.
Diffstat (limited to 'src')
-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 fba3a63c14..b2f0021400 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=45 2major=46
3minor=5 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index ca41197851..fcdee2f67e 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=47 2major=48
3minor=6 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 14c02159bb..a5757c1bcc 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=19 1major=20
2minor=7 2minor=0