diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-14 20:04:48 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-15 08:23:48 +0200 |
commit | 79c6f16212ad69a0c74cd3be5a63dce5e449e2fd (patch) | |
tree | 5cf187e41e854e3cdc119e3f135da28009782b6c /src/libstrongswan/plugins/pgp/pgp_cert.h | |
parent | 4cb0e1bb76434ae448701c8d51aabbf47aaaeb0e (diff) | |
download | strongswan-79c6f16212ad69a0c74cd3be5a63dce5e449e2fd.tar.bz2 strongswan-79c6f16212ad69a0c74cd3be5a63dce5e449e2fd.tar.xz |
Implemented support for preinstalled PGP certificates in charon
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_cert.h')
-rw-r--r-- | src/libstrongswan/plugins/pgp/pgp_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/pgp/pgp_cert.h b/src/libstrongswan/plugins/pgp/pgp_cert.h index b6411557f..7845e8f04 100644 --- a/src/libstrongswan/plugins/pgp/pgp_cert.h +++ b/src/libstrongswan/plugins/pgp/pgp_cert.h @@ -43,6 +43,6 @@ struct pgp_cert_t { * @param args builder_part_t argument list * @return builder instance */ -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); #endif /* PGP_CERT_ @}*/ |