Merge pull request #6856 from dgarske/fips_win32

Fixes for wolfCrypt FIPS DLL win32
This commit is contained in:
JacobBarthelmeh
2023-10-13 09:49:26 -06:00
committed by GitHub
6 changed files with 60 additions and 14 deletions

View File

@@ -2110,7 +2110,7 @@ int wolfSSL_PEM_write_RSAPrivateKey(XFILE fp, WOLFSSL_RSA *rsa,
{
int ret = 1;
byte* pem = NULL;
int pLen;
int pLen = 0;
(void)cb;
(void)arg;