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 7845e8f04..4db795ddc 100644 --- a/src/libstrongswan/plugins/pgp/pgp_cert.h +++ b/src/libstrongswan/plugins/pgp/pgp_cert.h @@ -45,4 +45,4 @@ struct pgp_cert_t { */ pgp_cert_t *pgp_cert_load(certificate_type_t type, va_list args); -#endif /* PGP_CERT_ @}*/ +#endif /** PGP_CERT_H_ @}*/ |