- Fixed doxygen blocks

This commit is contained in:
Paul Bakker 2012-11-07 19:57:39 +00:00
parent 6831c4a1a8
commit 77db6ce348
10 changed files with 11 additions and 11 deletions

View file

@ -141,7 +141,7 @@ int aes_crypt_cfb128( aes_context *ctx,
const unsigned char *input,
unsigned char *output );
/*
/**
* \brief AES-CTR buffer encryption/decryption
*
* Warning: You have to keep the maximum use of your counter in mind!