Skip to content

Commit

Permalink
Fix compilation error for RSA_MAX_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Aug 29, 2024
1 parent dcea21a commit b886ffd
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 b886ffd

Please sign in to comment.