diff options
| author | beck <> | 2016-11-05 15:16:49 +0000 |
|---|---|---|
| committer | beck <> | 2016-11-05 15:16:49 +0000 |
| commit | b80f36312a53566ea4ef01f901152936f646a927 (patch) | |
| tree | a438063b91f42f79bf3cdb559d572429132b0503 /src | |
| parent | e11dddc2de1dbf045d34adf894146594aded7e8d (diff) | |
| download | openbsd-b80f36312a53566ea4ef01f901152936f646a927.tar.gz openbsd-b80f36312a53566ea4ef01f901152936f646a927.tar.bz2 openbsd-b80f36312a53566ea4ef01f901152936f646a927.zip | |
bump minors for symbol addition for ocsp and x25519 symbol additions
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
| -rw-r--r-- | src/lib/libssl/shlib_version | 2 | ||||
| -rw-r--r-- | src/lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 77935fe957..8ee32caa65 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=39 | 2 | major=39 |
| 3 | minor=0 | 3 | minor=1 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 51f4d897f8..3a4ff8b8f0 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=40 | 2 | major=40 |
| 3 | minor=0 | 3 | minor=1 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 56246d02b2..eb2c603aec 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=12 | 1 | major=12 |
| 2 | minor=0 | 2 | minor=1 |
