mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 16:19:16 +01:00
Merge pull request #5212 from kaleb-himes/various-warnings
Fix various warnings and an uninitialized XFILE
This commit is contained in:
@@ -20654,7 +20654,7 @@ int wc_PemPubKeyToDer_ex(const char* fileName, DerBuffer** der)
|
||||
int dynamic = 0;
|
||||
int ret = 0;
|
||||
long sz = 0;
|
||||
XFILE file;
|
||||
XFILE file = NULL;
|
||||
|
||||
WOLFSSL_ENTER("wc_PemPubKeyToDer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user