summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2018-02-17 15:51:29 +0000
committerjsing <>2018-02-17 15:51:29 +0000
commit9a75e3dc25df6de7e04e4ef8f79c9473c2a925b3 (patch)
treef36c58bdceb06a757ea57e93119de205bd9cd0c2
parent0408977e0ddb517b97d2bd84992b74526173c287 (diff)
downloadopenbsd-9a75e3dc25df6de7e04e4ef8f79c9473c2a925b3.tar.gz
openbsd-9a75e3dc25df6de7e04e4ef8f79c9473c2a925b3.tar.bz2
openbsd-9a75e3dc25df6de7e04e4ef8f79c9473c2a925b3.zip
Bump libcrypto/libssl/libtls minors due to symbol additions.
-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 47590f9bde..8b3aecdf86 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=2 3minor=3
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 248a9c5d90..9c2080f12d 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=3 3minor=4
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 6b53f29f80..712afbbad4 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=16 1major=16
2minor=3 2minor=4