From: Jouni Malinen Date: Sun, 22 May 2022 20:13:28 +0000 (+0300) Subject: OpenSSL: Include rsa.h for OpenSSL 3.0 X-Git-Tag: hostap_2_11~1894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=866e7b745845c6daa5365be85b2b7cc3499ce493;p=thirdparty%2Fhostap.git OpenSSL: Include rsa.h for OpenSSL 3.0 This is needed to get RSA_PKCS1_OAEP_PADDING. Signed-off-by: Jouni Malinen --- diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index c6e065f82..c5bfcae68 100644 --- a/src/crypto/crypto_openssl.c +++ b/src/crypto/crypto_openssl.c @@ -25,6 +25,7 @@ #include #include #include +#include #else /* OpenSSL version >= 3.0 */ #include #endif /* OpenSSL version >= 3.0 */