Merge pull request #7920 from bandi13/fixOSPOpenSSH

Fix compilation error for RSA_MAX_SIZE
This commit is contained in:
Juliusz Sosinowicz
2024-08-29 16:41:18 +02:00
committed by GitHub

View File

@ -28,6 +28,7 @@
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/err.h>
#include <wolfssl/wolfcrypt/types.h>
#include <wolfssl/wolfcrypt/rsa.h>
#ifdef __cplusplus
extern "C" {