summaryrefslogtreecommitdiff
path: root/rijndael.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-10 08:00:14 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-10 08:00:14 -0500
commit896225069db7f34e752dd7b7bb401052c6b7cb17 (patch)
tree8d4eabb2bd304b6fe9168aac8fdc28618f3212f8 /rijndael.cpp
parent776a2195bd78c80130b1809b22a5e4d3aecb5b95 (diff)
downloadcryptopp-git-896225069db7f34e752dd7b7bb401052c6b7cb17.tar.gz
Rename files with dashes to underscores (GH #736)
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list
Diffstat (limited to 'rijndael.cpp')
-rw-r--r--rijndael.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rijndael.cpp b/rijndael.cpp
index 3cc0a46b..213c0a5d 100644
--- a/rijndael.cpp
+++ b/rijndael.cpp
@@ -6,7 +6,7 @@
/*
July 2018: Added support for ARMv7 AES instructions via Cryptogams ASM.
- See the head notes in aes-armv4.S for copyright and license.
+ See the head notes in aes_armv4.S for copyright and license.
*/
/*