diff options
| author | djm <> | 2018-09-12 06:35:38 +0000 |
|---|---|---|
| committer | djm <> | 2018-09-12 06:35:38 +0000 |
| commit | 8862867fd25d4b58970fbba6b27ed2a36347500d (patch) | |
| tree | aaeca881a5b92a89a54597eeb5aacdbd9d58fe30 /src/lib/libcrypto/shlib_version | |
| parent | 55621332fb7374cfcfccae0561ed84e62513e575 (diff) | |
| download | openbsd-8862867fd25d4b58970fbba6b27ed2a36347500d.tar.gz openbsd-8862867fd25d4b58970fbba6b27ed2a36347500d.tar.bz2 openbsd-8862867fd25d4b58970fbba6b27ed2a36347500d.zip | |
Add some accessor functions:
RSA_meth_get_finish() RSA_meth_set1_name() EVP_CIPHER_CTX_(get|set)_iv()
feedback and ok jsing@ tb@
Diffstat (limited to 'src/lib/libcrypto/shlib_version')
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 5f1adc35ef..77964f81e8 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=44 | 2 | major=44 |
| 3 | minor=0 | 3 | minor=1 |
