unbreak fuzzers - missing pkcs11_make_cert()
provide stub for use in fuzzer harness
This commit is contained in:
parent
9ea0a4524a
commit
fc332cb2d6
|
@ -175,3 +175,10 @@ test_one(const uint8_t* s, size_t slen)
|
|||
cleanup_idtab();
|
||||
cleanup_sockettab();
|
||||
}
|
||||
|
||||
int
|
||||
pkcs11_make_cert(const struct sshkey *priv,
|
||||
const struct sshkey *certpub, struct sshkey **certprivp)
|
||||
{
|
||||
return -1; /* XXX */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue