mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #2141 from ejohnstown/win-build
windows build update for warnings
This commit is contained in:
@ -3147,12 +3147,12 @@ int TraditionalEnc(byte* key, word32 keySz, byte* out, word32* outSz,
|
||||
#endif
|
||||
byte cbcIv[MAX_IV_SIZE];
|
||||
byte *pkcs8Key = NULL;
|
||||
word32 pkcs8KeySz, padSz = 0;
|
||||
int algId;
|
||||
word32 pkcs8KeySz = 0, padSz = 0;
|
||||
int algId = 0;
|
||||
const byte* curveOid = NULL;
|
||||
word32 curveOidSz = 0;
|
||||
const byte* pbeOid = NULL;
|
||||
word32 pbeOidSz;
|
||||
word32 pbeOidSz = 0;
|
||||
const byte* encOid = NULL;
|
||||
int encOidSz = 0;
|
||||
word32 pbeLen = 0, kdfLen = 0, encLen = 0;
|
||||
|
Reference in New Issue
Block a user