diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-15 12:10:53 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-15 12:10:53 +0000 |
commit | 19f78a6fed6e966721e9e310099dbfa79489f9d9 (patch) | |
tree | b3902ad27411f082bbb286cbb44340d99b4c8edc /Source/charon/transforms/crypters/crypter.h | |
parent | b4ffed672b50523506d410b64fb2ed1aa026617f (diff) | |
download | strongswan-19f78a6fed6e966721e9e310099dbfa79489f9d9.tar.bz2 strongswan-19f78a6fed6e966721e9e310099dbfa79489f9d9.tar.xz |
- fixed doxygen warnings
Diffstat (limited to 'Source/charon/transforms/crypters/crypter.h')
-rw-r--r-- | Source/charon/transforms/crypters/crypter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/crypters/crypter.h b/Source/charon/transforms/crypters/crypter.h index 00ed83ace..25a27e142 100644 --- a/Source/charon/transforms/crypters/crypter.h +++ b/Source/charon/transforms/crypters/crypter.h @@ -87,7 +87,7 @@ struct crypter_t { * @param this calling object * @param data data to encrypt * @param iv initializing vector - * @param [out]encrypted pointer where the encrypted bytes will be written + * @param[out] encrypted pointer where the encrypted bytes will be written * @return * - SUCCESS * - INVALID_ARG if data size not a multiple of block size @@ -101,7 +101,7 @@ struct crypter_t { * @param this calling object * @param data data to decrypt * @param iv initializing vector - * @param [out]encrypted pointer where the decrypted bytes will be written + * @param[out] encrypted pointer where the decrypted bytes will be written * @return * - SUCCESS * - INVALID_ARG if data size not a multiple of block size |