summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbeck <>2016-09-03 11:57:43 +0000
committerbeck <>2016-09-03 11:57:43 +0000
commit77ab92b12f9995c326d0fbf6a4feee49f20060ab (patch)
tree2abf49648344fe8c03f98e4b11acf25d793dd6d8 /src/lib
parentefd5a36853241617fcd3fbeabd4be3d577409315 (diff)
downloadopenbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.tar.gz
openbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.tar.bz2
openbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.zip
crank minor for API addiiton of x509_email, etc. functions
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/shlib_version2
-rw-r--r--src/lib/libssl/shlib_version2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index b9d357140a..cf69944b9d 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=38 2major=38
3minor=0 3minor=1
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 090dbb8680..9149d47732 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=39 2major=39
3minor=0 3minor=1