aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/sha256.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-12-15 20:01:02 +0200
committerLasse Collin <lasse.collin@tukaani.org>2012-12-15 20:01:02 +0200
commit75013db6d4d63c195bd8b8d45729b4be0665a812 (patch)
treec9dc83bbb4565446a732cd3c5c6184ae6c919bba /src/liblzma/check/sha256.c
parentBuild: Bump gettext version requirement to 0.18. (diff)
downloadxz-75013db6d4d63c195bd8b8d45729b4be0665a812.tar.xz
A few typo fixes to comments and the xz man page.
Thanks to Jim Meyering.
Diffstat (limited to 'src/liblzma/check/sha256.c')
-rw-r--r--src/liblzma/check/sha256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/check/sha256.c b/src/liblzma/check/sha256.c
index 04231dba..23bda922 100644
--- a/src/liblzma/check/sha256.c
+++ b/src/liblzma/check/sha256.c
@@ -6,7 +6,6 @@
/// \todo Crypto++ has x86 ASM optimizations. They use SSE so if they
/// are imported to liblzma, SSE instructions need to be used
/// conditionally to keep the code working on older boxes.
-/// We could also support using some external libary for SHA-256.
//
// This code is based on the code found from 7-Zip, which has a modified
// version of the SHA-256 found from Crypto++ <http://www.cryptopp.com/>.