summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2016-11-05 15:16:49 +0000
committerbeck <>2016-11-05 15:16:49 +0000
commitb80f36312a53566ea4ef01f901152936f646a927 (patch)
treea438063b91f42f79bf3cdb559d572429132b0503 /src
parente11dddc2de1dbf045d34adf894146594aded7e8d (diff)
downloadopenbsd-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_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 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!
2major=39 2major=39
3minor=0 3minor=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!
2major=40 2major=40
3minor=0 3minor=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 @@
1major=12 1major=12
2minor=0 2minor=1