diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-06-05 15:41:34 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-06-05 15:41:34 +0000 |
commit | f16de8facf83b3567d7bb59f2088e499ceefba77 (patch) | |
tree | 0e7c7b93b4ea781fd803faf0c1aebe6d1b36cfa1 /lib/libcrypto/shlib_version | |
parent | b0851faa36c79079d40f97100f1de0248adbb01a (diff) |
provide getters and setters for the RSA_METHOD interface
ok tb@, jsing@, sthen@
Diffstat (limited to 'lib/libcrypto/shlib_version')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 7fd5c8dff5e..fba3a63c148 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! major=45 -minor=4 +minor=5 |