diff options
author | jsing <> | 2018-10-24 18:08:02 +0000 |
---|---|---|
committer | jsing <> | 2018-10-24 18:08:02 +0000 |
commit | 7fac2b6271e323dca5593bea1a91e9f546920ba3 (patch) | |
tree | d39ff00e4f1b4d400bebecb1890db0805660a834 /src/lib | |
parent | d7e0aa4b59fc46f038370bf8dc64821eb4a7d804 (diff) | |
download | openbsd-7fac2b6271e323dca5593bea1a91e9f546920ba3.tar.gz openbsd-7fac2b6271e323dca5593bea1a91e9f546920ba3.tar.bz2 openbsd-7fac2b6271e323dca5593bea1a91e9f546920ba3.zip |
Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)
and changes to struct visibility/sizes (libssl).
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/shlib_version | 4 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 4 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 77964f81e8..ba7b0b9de1 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=44 | 2 | major=45 |
3 | minor=1 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 25f1cb4022..e92e60e2a8 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=46 | 2 | major=47 |
3 | minor=1 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 7c92aff489..0aab0406bf 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=18 | 1 | major=19 |
2 | minor=1 | 2 | minor=0 |