diff options
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_ @}*/ |