diff options
| author | beck <> | 2016-09-03 11:57:43 +0000 |
|---|---|---|
| committer | beck <> | 2016-09-03 11:57:43 +0000 |
| commit | 77ab92b12f9995c326d0fbf6a4feee49f20060ab (patch) | |
| tree | 2abf49648344fe8c03f98e4b11acf25d793dd6d8 | |
| parent | efd5a36853241617fcd3fbeabd4be3d577409315 (diff) | |
| download | openbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.tar.gz openbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.tar.bz2 openbsd-77ab92b12f9995c326d0fbf6a4feee49f20060ab.zip | |
crank minor for API addiiton of x509_email, etc. functions
| -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 |
