diff options
author | tb <> | 2024-03-02 11:41:53 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:41:53 +0000 |
commit | 3ef6e8f925d853db021168ce46d9fff718beafdf (patch) | |
tree | 23264319404aa5f33e560fcb550444317b56e7c1 /src | |
parent | ea629aae9a31aaf5e0a39626102e231bdca5616e (diff) | |
download | openbsd-3ef6e8f925d853db021168ce46d9fff718beafdf.tar.gz openbsd-3ef6e8f925d853db021168ce46d9fff718beafdf.tar.bz2 openbsd-3ef6e8f925d853db021168ce46d9fff718beafdf.zip |
crank libcrypto major
There were symbol addition, removal, function signature changes and
struct visibility changes.
Diffstat (limited to 'src')
-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 41c861f744..9ef118abb7 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=52 | 2 | major=53 |
3 | minor=0 | 3 | minor=0 |