OpenSSL: Include rsa.h for OpenSSL 3.0
This is needed to get RSA_PKCS1_OAEP_PADDING. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bc99366f9b
commit
866e7b7458
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <openssl/provider.h>
|
||||
#include <openssl/core_names.h>
|
||||
#include <openssl/param_build.h>
|
||||
#include <openssl/rsa.h>
|
||||
#else /* OpenSSL version >= 3.0 */
|
||||
#include <openssl/cmac.h>
|
||||
#endif /* OpenSSL version >= 3.0 */
|
||||
|
|
Loading…
Reference in a new issue