diff options
author | tb <> | 2025-07-16 16:01:40 +0000 |
---|---|---|
committer | tb <> | 2025-07-16 16:01:40 +0000 |
commit | 96473feb9c21e0af1943103867e890e5ae8f3e7d (patch) | |
tree | 6d168999466d6869c73a06bcea65c5ce30a5bea7 /src | |
parent | a2bb71681b525d6d470802eb3cc529e797a8b4ba (diff) | |
download | openbsd-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_version | 4 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 4 |
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! |
2 | major=59 | 2 | major=60 |
3 | minor=1 | 3 | minor=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 @@ | |||
1 | major=32 | 1 | major=33 |
2 | minor=1 | 2 | minor=0 |