Merge pull request #7920 from bandi13/fixOSPOpenSSH

Fix compilation error for RSA_MAX_SIZE
pull/7921/head
Juliusz Sosinowicz 2024-08-29 16:41:18 +02:00 committed by GitHub
commit 31ec2b0acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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" {