diff options
-rw-r--r-- | src/lib/utils/openssl/openssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/openssl/openssl.h b/src/lib/utils/openssl/openssl.h index 022db6223..05d3e953f 100644 --- a/src/lib/utils/openssl/openssl.h +++ b/src/lib/utils/openssl/openssl.h @@ -27,8 +27,8 @@ class OpenSSL_Error : public Exception #define BOTAN_OPENSSL_HASH_PRIO 150 #define BOTAN_OPENSSL_RC4_PRIO 150 -#define BOTAN_OPENSSL_RSA_PRIO 150 -#define BOTAN_OPENSSL_ECDSA_PRIO 150 +#define BOTAN_OPENSSL_RSA_PRIO 90 +#define BOTAN_OPENSSL_ECDSA_PRIO 90 } |