summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-03-10 16:45:50 +0000
committertb <>2023-03-10 16:45:50 +0000
commitfade9f4f04b548ca781e7f632f1d2cbed088db59 (patch)
treec48478e0bed2fe42a75c0a72aeeb535de8bb07ce /src/lib
parent762192f5a39b5b40da41f0b0d0cf4dad0e61ee8d (diff)
downloadopenbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.tar.gz
openbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.tar.bz2
openbsd-fade9f4f04b548ca781e7f632f1d2cbed088db59.zip
Crankl libcrypto/libssl/libtls minors after symbol addition
Diffstat (limited to 'src/lib')
-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 9b6fe84f50..49cfcaaf31 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=50 2major=50
3minor=1 3minor=2
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 5e56c7549b..574d7e57e9 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=53 2major=53
3minor=1 3minor=2
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 72168dfd16..34aa186fe4 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=26 1major=26
2minor=1 2minor=2