diff options
Diffstat (limited to 'test/evp_test.c')
-rw-r--r-- | test/evp_test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/evp_test.c b/test/evp_test.c index cc579ff310..fecbd9e09d 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -3654,10 +3654,6 @@ static int is_digest_disabled(const char *name) static int is_pkey_disabled(const char *name) { -#ifdef OPENSSL_NO_RSA - if (STR_STARTS_WITH(name, "RSA")) - return 1; -#endif #ifdef OPENSSL_NO_EC if (STR_STARTS_WITH(name, "EC")) return 1; |