summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-01-14 09:15:08 +0000
committertb <>2022-01-14 09:15:08 +0000
commitf52d2cee4715037e45c2b5537d5770ec104d2c04 (patch)
treeab560e20b16a1e5fe2bbb8b364af64f274174c9e /src
parent647c998cb310d68255f1257781c0f0dc1f22f5dd (diff)
downloadopenbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.tar.gz
openbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.tar.bz2
openbsd-f52d2cee4715037e45c2b5537d5770ec104d2c04.zip
bump libcrypto, libssl, libtls majors after struct visibility changes
and Symbol addition and removal in libcrypto.
Diffstat (limited to 'src')
-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 16849ed76b..00fc66eb50 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=48 2major=49
3minor=0 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 088439a335..f326ddcde2 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=51 2major=52
3minor=0 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index df4de0fc4d..906022aa66 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=23 1major=24
2minor=0 2minor=0