summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-10-24 11:38:06 +0000
committertb <>2025-10-24 11:38:06 +0000
commit517a853e33fbf7b2eac199a98fc31c6c39a4080e (patch)
tree9708f9c880a500b5b955f5b2007c323c3bd36af5 /src
parent35193817fc4a2423016579ae08bdc9c3e0272c3f (diff)
downloadopenbsd-517a853e33fbf7b2eac199a98fc31c6c39a4080e.tar.gz
openbsd-517a853e33fbf7b2eac199a98fc31c6c39a4080e.tar.bz2
openbsd-517a853e33fbf7b2eac199a98fc31c6c39a4080e.zip
bump lib{crypto,ssl,tls} minors after symbol addition
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 40cd53f4b6..7fa7e46d0c 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=57 2major=57
3minor=1 3minor=2
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 144eba9237..dc886efa77 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=60 2major=60
3minor=1 3minor=2
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 8f8722b74a..715847ed94 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=33 1major=33
2minor=1 2minor=2