summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2018-02-10 04:34:25 +0000
committerjsing <>2018-02-10 04:34:25 +0000
commit87264e9d7a6c2a965876fcf5e4b3dc46470e2562 (patch)
tree48d37469f1a022880d11ec52d4d12ff8dad1c74d
parentbb9c317771d27a23a2a42ee8d232a26e4d55b58f (diff)
downloadopenbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.tar.gz
openbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.tar.bz2
openbsd-87264e9d7a6c2a965876fcf5e4b3dc46470e2562.zip
Bump lib{crypto,ssl,tls} minors due to symbol addition.
-rw-r--r--src/lib/libcrypto/shlib_version2
-rw-r--r--src/lib/libssl/shlib_version2
-rw-r--r--src/lib/libtls/shlib_version2
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!
2major=42 2major=42
3minor=0 3minor=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!
2major=44 2major=44
3minor=1 3minor=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 @@
1major=16 1major=16
2minor=1 2minor=2