Update comments

pull/739/head
Jeffrey Walton 2018-11-11 10:55:51 -05:00
parent 959d81b236
commit 74ee0eef7e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ ANONYMOUS_NAMESPACE_END
unsigned int Rijndael::Base::OptimalDataAlignment() const
{
// CFB mode performs an extra memcpy if buffer is not aligned.
#if (CRYPTOPP_AESNI_AVAILABLE)
if (HasAESNI())
return 1;