Fix object size

pull/6255/head
Andras Fekete 2023-03-31 15:44:25 -04:00
parent 80a0fb548a
commit 18f4b45129
1 changed files with 1 additions and 0 deletions

View File

@ -31442,6 +31442,7 @@ static int test_wolfSSL_ASN1_OBJECT(void)
AssertNotNull(a = wolfSSL_ASN1_OBJECT_dup(&s));
ASN1_OBJECT_free(a);
s.obj = der;
s.objSz = sizeof(der);
AssertNotNull(a = wolfSSL_ASN1_OBJECT_dup(&s));
ASN1_OBJECT_free(a);
ASN1_OBJECT_free(&s);