mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
fix uninit var
This commit is contained in:
@ -36237,7 +36237,7 @@ static int test_wolfSSL_PEM_PrivateKey(void)
|
||||
const char* fname = "./certs/ecc-key.pem";
|
||||
const char* fname_ecc_p8 = "./certs/ecc-keyPkcs8.pem";
|
||||
|
||||
size_t sz;
|
||||
size_t sz = 0;
|
||||
byte* buf = NULL;
|
||||
EVP_PKEY* pkey2 = NULL;
|
||||
EVP_PKEY* pkey3 = NULL;
|
||||
|
Reference in New Issue
Block a user