diff options
| author | jsing <> | 2019-10-24 15:58:38 +0000 |
|---|---|---|
| committer | jsing <> | 2019-10-24 15:58:38 +0000 |
| commit | 1fb712034da481f916a0babec54e7a30fc042535 (patch) | |
| tree | eebd18f556a7c3748e0f7e418c26d102ffb85aea /src | |
| parent | ba4573811e52571d225fb705b14119cd8fc941ed (diff) | |
| download | openbsd-1fb712034da481f916a0babec54e7a30fc042535.tar.gz openbsd-1fb712034da481f916a0babec54e7a30fc042535.tar.bz2 openbsd-1fb712034da481f916a0babec54e7a30fc042535.zip | |
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
and symbol addition.
Diffstat (limited to 'src')
| -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 fba3a63c14..b2f0021400 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=45 | 2 | major=46 |
| 3 | minor=5 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index ca41197851..fcdee2f67e 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=47 | 2 | major=48 |
| 3 | minor=6 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 14c02159bb..a5757c1bcc 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=19 | 1 | major=20 |
| 2 | minor=7 | 2 | minor=0 |
