summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto/src/sha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/crypto/src/sha.cpp')
-rw-r--r--plugins/CryptoPP/crypto/src/sha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/crypto/src/sha.cpp b/plugins/CryptoPP/crypto/src/sha.cpp
index ba20fc0715..ab94089a86 100644
--- a/plugins/CryptoPP/crypto/src/sha.cpp
+++ b/plugins/CryptoPP/crypto/src/sha.cpp
@@ -1,4 +1,4 @@
-// sha.cpp - modified by Wei Dai from Steve Reid's public domain sha1.c
+// sha.cpp - modified by Wei Dai from Steve Reid's public domain sha1.c
// Steve Reid implemented SHA-1. Wei Dai implemented SHA-2.
// Both are in the public domain.