Merge pull request #6470 from douzzer/20230603-unittest-maybe-uninited

20230603-unittest-maybe-uninited
pull/6472/head
Sean Parkinson 2023-06-05 08:11:52 +10:00 committed by GitHub
commit ccd404e13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36409,7 +36409,7 @@ static int test_wolfSSL_PEM_PrivateKey(void)
!defined(HAVE_USER_RSA) && !defined(NO_RSA)
{
XFILE f = XBADFILE;
wc_pem_password_cb* passwd_cb;
wc_pem_password_cb* passwd_cb = NULL;
void* passwd_cb_userdata;
SSL_CTX* ctx = NULL;
char passwd[] = "bad password";