]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
remove vestigial stub
authorDamien Miller <djm@mindrot.org>
Fri, 25 Jul 2025 02:46:10 +0000 (12:46 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 25 Jul 2025 02:48:28 +0000 (12:48 +1000)
regress/misc/fuzz-harness/agent_fuzz_helper.c

index 2750221154e6b625155ca0ce8b877d5b216bdd05..400b63156b7aacd6b9256a21fdc1c62c8049d5c7 100644 (file)
@@ -175,10 +175,3 @@ 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 */
-}