Skip to content

Commit

Permalink
Fix extra semicolon (GH #532)
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Nov 12, 2017
1 parent 69c8a4f commit d28e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aes.h
Expand Up @@ -19,7 +19,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks
//! \sa <a href="http://www.cryptolounge.org/wiki/AES">AES</a> winner, announced on 10/2/2000
//! \since Rijndael since Crypto++ 3.2, Intel AESNI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0
DOCUMENTED_TYPEDEF(Rijndael, AES);
DOCUMENTED_TYPEDEF(Rijndael, AES)

typedef RijndaelEncryption AESEncryption;
typedef RijndaelDecryption AESDecryption;
Expand Down

1 comment on commit d28e813

@noloader
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also see Issue 532.

Please sign in to comment.