From 3a1ee3c1993c588a22cb80f1d0eb6237f83a1560 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 17 Dec 2020 21:37:15 +0100 Subject: Drop OPENSSL_NO_RSA everywhere The configuration option 'no-rsa' was dropped with OpenSSL 1.1.0, so this is simply a cleanup of the remains. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13700) --- include/crypto/evp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/crypto') diff --git a/include/crypto/evp.h b/include/crypto/evp.h index c6cbd787a7..20335e9a32 100644 --- a/include/crypto/evp.h +++ b/include/crypto/evp.h @@ -600,9 +600,7 @@ struct evp_pkey_st { ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */ union { void *ptr; -# ifndef OPENSSL_NO_RSA struct rsa_st *rsa; /* RSA */ -# endif # ifndef OPENSSL_NO_DSA struct dsa_st *dsa; /* DSA */ # endif -- cgit v1.2.3