diff options
author | beck <> | 2016-11-05 15:16:49 +0000 |
---|---|---|
committer | beck <> | 2016-11-05 15:16:49 +0000 |
commit | 482e0652b689cf7aba0aa4855d6c8407310fcf3b (patch) | |
tree | a438063b91f42f79bf3cdb559d572429132b0503 | |
parent | a554fd917ad5e5050665b441a614e66959938ede (diff) | |
download | openbsd-482e0652b689cf7aba0aa4855d6c8407310fcf3b.tar.gz openbsd-482e0652b689cf7aba0aa4855d6c8407310fcf3b.tar.bz2 openbsd-482e0652b689cf7aba0aa4855d6c8407310fcf3b.zip |
bump minors for symbol addition for ocsp and x25519 symbol additions
-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 |