diff options
author | beck <> | 2016-09-03 11:57:43 +0000 |
---|---|---|
committer | beck <> | 2016-09-03 11:57:43 +0000 |
commit | 8207e5b59d298067c097ae51112549a84e3e128f (patch) | |
tree | 2abf49648344fe8c03f98e4b11acf25d793dd6d8 /src | |
parent | f62bb5c57bf8877084e218fb02cab3377d8f10c6 (diff) | |
download | openbsd-8207e5b59d298067c097ae51112549a84e3e128f.tar.gz openbsd-8207e5b59d298067c097ae51112549a84e3e128f.tar.bz2 openbsd-8207e5b59d298067c097ae51112549a84e3e128f.zip |
crank minor for API addiiton of x509_email, etc. functions
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 2 |
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! |
2 | major=38 | 2 | major=38 |
3 | minor=0 | 3 | minor=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! |
2 | major=39 | 2 | major=39 |
3 | minor=0 | 3 | minor=1 |