From 094141b4eac9ccb7fbe567494eef3fbe298ef903 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sat, 21 Jul 2018 10:32:34 +0900 Subject: [PATCH] initiallizing asn1Name --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 3a1922c99..3a02abb8c 100644 --- a/tests/api.c +++ b/tests/api.c @@ -18511,7 +18511,7 @@ static void test_wolfSSL_OBJ(void) X509 *x509 = NULL; X509_NAME *x509Name; X509_NAME_ENTRY *x509NameEntry; - ASN1_OBJECT *asn1Name; + ASN1_OBJECT *asn1Name = NULL; int numNames; BIO *bio = NULL; int nid;