diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
commit | 4952dc11da5411a29477c155388bba0a313f21b5 (patch) | |
tree | 0e783bd9729d3d4de411ce1ffbd789d1d14c56a1 /src/libstrongswan/plugins/pgp/pgp_utils.h | |
parent | 80252c8a46e952d2af335530206ba4c81a7905ad (diff) | |
download | strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.bz2 strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.xz |
Fixed all doxygen warnings
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_utils.h')
-rw-r--r-- | src/libstrongswan/plugins/pgp/pgp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/pgp/pgp_utils.h b/src/libstrongswan/plugins/pgp/pgp_utils.h index 93c51c44b..203a0a85d 100644 --- a/src/libstrongswan/plugins/pgp/pgp_utils.h +++ b/src/libstrongswan/plugins/pgp/pgp_utils.h @@ -127,4 +127,4 @@ bool pgp_read_scalar(chunk_t *blob, size_t bytes, u_int32_t *scalar); */ bool pgp_read_packet(chunk_t *blob, chunk_t *data, pgp_packet_tag_t *tag); -#endif /* PGP_UTILS_ @}*/ +#endif /** PGP_UTILS_H_ @}*/ |