summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-07-16 16:01:40 +0000
committertb <>2025-07-16 16:01:40 +0000
commit96473feb9c21e0af1943103867e890e5ae8f3e7d (patch)
tree6d168999466d6869c73a06bcea65c5ce30a5bea7 /src
parenta2bb71681b525d6d470802eb3cc529e797a8b4ba (diff)
downloadopenbsd-96473feb9c21e0af1943103867e890e5ae8f3e7d.tar.gz
openbsd-96473feb9c21e0af1943103867e890e5ae8f3e7d.tar.bz2
openbsd-96473feb9c21e0af1943103867e890e5ae8f3e7d.zip
bump major for libssl and libtls to match libcrypto
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/shlib_version4
-rw-r--r--src/lib/libtls/shlib_version4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index c2665004b4..97e30d617d 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=59 2major=60
3minor=1 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 3040494c17..ed8f7473b5 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=32 1major=33
2minor=1 2minor=0