diff options
author | jsing <> | 2018-02-10 04:34:25 +0000 |
---|---|---|
committer | jsing <> | 2018-02-10 04:34:25 +0000 |
commit | 87264e9d7a6c2a965876fcf5e4b3dc46470e2562 (patch) | |
tree | 48d37469f1a022880d11ec52d4d12ff8dad1c74d /src | |
parent | bb9c317771d27a23a2a42ee8d232a26e4d55b58f (diff) | |
download | openbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.tar.gz openbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.tar.bz2 openbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.zip |
Bump lib{crypto,ssl,tls} minors due to symbol addition.
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 704efc3027..aadd9aff55 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=42 | 2 | major=42 |
3 | minor=0 | 3 | minor=1 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 4017133d58..a4fa6109ef 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=44 | 2 | major=44 |
3 | minor=1 | 3 | minor=2 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 796ed4662c..cd2907e093 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=16 | 1 | major=16 |
2 | minor=1 | 2 | minor=2 |