mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 21:10:51 +02:00
initiallizing asn1Name
This commit is contained in:
committed by
Go Hosohara
parent
7d2a03f8c9
commit
094141b4ea
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user