Skip to content

Commit fc356c9

Browse files
committed
Set to NULL for non-template ASN
1 parent a85ba73 commit fc356c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/asn_orig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9192,7 +9192,7 @@ static int GetRevoked(RevokedCert* rcert, const byte* buff, word32* idx,
91929192
#endif
91939193

91949194
ret = ParseCRL_EntryExtensions(buff, seqIdx, extEnd,
9195-
&rc->reasonCode);
9195+
&rc->reasonCode, NULL);
91969196
if (ret != 0) {
91979197
#if defined(OPENSSL_EXTRA)
91989198
XFREE(rc->extensions, dcrl->heap, DYNAMIC_TYPE_REVOKED);

0 commit comments

Comments
 (0)