Skip to content

Commit 436cd91

Browse files
committed
Not enough arguments for IdentifyAsn1Key fix
1 parent 3abdba7 commit 436cd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ static int IdentifyCert(const byte* in, word32 inSz, void* heap)
18651865
}
18661866

18671867
if (ret == 0) {
1868-
ret = IdentifyAsn1Key(key, keySz, 0, heap);
1868+
ret = IdentifyAsn1Key(key, keySz, 0, heap, NULL);
18691869
}
18701870

18711871
WFREE(key, heap, DYNTYPE_PUBKEY);

0 commit comments

Comments
 (0)