diff options
author | lloyd <[email protected]> | 2015-03-28 16:24:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-28 16:24:32 +0000 |
commit | 4ca1feb9fe61fcc981b8539878bc07945d2efe7a (patch) | |
tree | a38bb14a44379688d06962cf4068a18514828c94 | |
parent | 53314a33e1f927acd59338bf9a638729b7a0d774 (diff) | |
parent | fe954911a5f6ac1cd7346ef8f8ee790b90420f7f (diff) |
merge of '94bed1bf64ff30708fb8e2d660b710e7d8557001'
and 'e72ecb8877961240b80fc19991dac105763e8eb4'
-rw-r--r-- | src/lib/vendor/openssl/openssl_rsa.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/vendor/openssl/openssl_rsa.cpp b/src/lib/vendor/openssl/openssl_rsa.cpp index 42298621e..6055039b5 100644 --- a/src/lib/vendor/openssl/openssl_rsa.cpp +++ b/src/lib/vendor/openssl/openssl_rsa.cpp @@ -139,9 +139,9 @@ class OpenSSL_RSA_Decryption_Operation : public PK_Ops::Decryption }; BOTAN_REGISTER_TYPE(PK_Ops::Encryption, OpenSSL_RSA_Encryption_Operation, "RSA", - OpenSSL_RSA_Encryption_Operation::make, "openssl", 96); + OpenSSL_RSA_Encryption_Operation::make, "openssl", 255); BOTAN_REGISTER_TYPE(PK_Ops::Decryption, OpenSSL_RSA_Decryption_Operation, "RSA", - OpenSSL_RSA_Decryption_Operation::make, "openssl", 96); + OpenSSL_RSA_Decryption_Operation::make, "openssl", 255); } |