diff options
author | tb <> | 2024-04-15 15:58:55 +0000 |
---|---|---|
committer | tb <> | 2024-04-15 15:58:55 +0000 |
commit | 50fadfc274f686c67fe1d019704f62a1c8ac5028 (patch) | |
tree | 84a51c381c45fb0e75accc4d71e5153751757931 | |
parent | e3aa83198f4718fdc7ffe6d92e086b932a4437d6 (diff) | |
download | openbsd-50fadfc274f686c67fe1d019704f62a1c8ac5028.tar.gz openbsd-50fadfc274f686c67fe1d019704f62a1c8ac5028.tar.bz2 openbsd-50fadfc274f686c67fe1d019704f62a1c8ac5028.zip |
crank libcrypto major after symbol removal
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 9ef118abb7..78e23ebf8f 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! |
2 | major=53 | 2 | major=54 |
3 | minor=0 | 3 | minor=0 |