Implemented support for preinstalled PGP certificates in charon

This commit is contained in:
Martin Willi
2009-09-15 08:23:48 +02:00
parent 4cb0e1bb76
commit 79c6f16212
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ static bool parse_user_id(private_pgp_cert_t *this, chunk_t packet)
/**
* See header.
*/
pgp_cert_t *pgp_cert_load(certificate_t type, va_list args)
pgp_cert_t *pgp_cert_load(certificate_type_t type, va_list args)
{
chunk_t packet, blob = chunk_empty;
pgp_packet_tag_t tag;