From ee396e6fa028184cf715351311ba3c41e7b8228e Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 19 Oct 2015 20:05:33 -0400 Subject: Make OpenSSL ECDSA and RSA request only until they can be tested --- src/lib/utils/openssl/openssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 } -- cgit v1.2.3