Skip to content

Commit

Permalink
Merge pull request #7920 from bandi13/fixOSPOpenSSH
Browse files Browse the repository at this point in the history
Fix compilation error for RSA_MAX_SIZE
  • Loading branch information
julek-wolfssl authored Aug 29, 2024
2 parents d4f6b5b + b886ffd commit 31ec2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wolfssl/openssl/rsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 31ec2b0

Please sign in to comment.