aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/pgpcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/pgpcert.h')
-rw-r--r--src/pluto/pgpcert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/pgpcert.h b/src/pluto/pgpcert.h
index 727648391..6611bd987 100644
--- a/src/pluto/pgpcert.h
+++ b/src/pluto/pgpcert.h
@@ -45,7 +45,7 @@ struct pgpcert {
};
extern const pgpcert_t pgpcert_empty;
-extern bool parse_pgp(chunk_t blob, pgpcert_t *cert, private_key_t **key);
+extern bool parse_pgp(chunk_t blob, pgpcert_t *cert);
extern void share_pgpcert(pgpcert_t *cert);
extern void select_pgpcert_id(pgpcert_t *cert, struct id *end_id);
extern pgpcert_t* add_pgpcert(pgpcert_t *cert);