From 896225069db7f34e752dd7b7bb401052c6b7cb17 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Nov 2018 08:00:14 -0500 Subject: Rename files with dashes to underscores (GH #736) Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list --- sha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha.cpp') diff --git a/sha.cpp b/sha.cpp index 78f0ab5b..aa54af20 100644 --- a/sha.cpp +++ b/sha.cpp @@ -73,7 +73,7 @@ extern void SHA256_HashMultipleBlocks_POWER8(word32 *state, const word32 *data, extern void SHA512_HashMultipleBlocks_POWER8(word64 *state, const word64 *data, size_t length, ByteOrder order); #endif -// We add extern to export table to sha-simd.cpp, but it +// We add extern to export table to sha_simd.cpp, but it // cleared http://github.com/weidai11/cryptopp/issues/502 extern const word32 SHA256_K[64]; extern const word64 SHA512_K[80]; -- cgit v1.2.1