summaryrefslogtreecommitdiff
path: root/src/lib/libssl
diff options
context:
space:
mode:
authorsthen <>2025-03-13 10:44:36 +0000
committersthen <>2025-03-13 10:44:36 +0000
commitdcd97ae78e4689dac5f5b7ae0b86f21cacc1927a (patch)
tree0535324b2196ca43f55280f8d83fd723d45db401 /src/lib/libssl
parent68c0acc116be4eb839b00e77668f3085f7e4ff97 (diff)
downloadopenbsd-master.tar.gz
openbsd-master.tar.bz2
openbsd-master.zip
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)HEADmaster
code #ifdef'ing these and compiled with new headers won't work as expected on earlier libraries minor libtls bump to match libssl bump ok tb@
Diffstat (limited to 'src/lib/libssl')
-rw-r--r--src/lib/libssl/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index e28ce53a9f..c2665004b4 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=59
3minor=0 3minor=1