]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Include rsa.h for all OpenSSL versions
authorAndre Heider <a.heider@gmail.com>
Wed, 22 Jun 2022 12:13:55 +0000 (14:13 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 31 Aug 2022 14:19:03 +0000 (17:19 +0300)
commitc80dc694087d868fa160d454c959f6786e2ea389
tree5e3bf1ccb051e629814738248fdddeb8f7b687fb
parent723eb4f389b44be2f8e632ed9f10f406380c4f63
OpenSSL: Include rsa.h for all OpenSSL versions

This fixes the build with OpenSSL 1.1.1:
../src/crypto/crypto_openssl.c: In function 'crypto_rsa_oaep_sha256_decrypt':
../src/crypto/crypto_openssl.c:4404:49: error: 'RSA_PKCS1_OAEP_PADDING' undeclared (first use in this function)

Signed-off-by: Andre Heider <a.heider@gmail.com>
src/crypto/crypto_openssl.c