summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-10-07 21:38:44 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-10-07 21:38:44 (GMT)
commit8836eefb1e27e845c0403dc39f6463c4de795760 (patch)
treef5d4737ed9d506f267defcb2b28e4f034005d298 /Modules/_sha3
parentd8463e9cfd5e438ad5fcc57431bd270f2f53a100 (diff)
downloadcpython-8836eefb1e27e845c0403dc39f6463c4de795760.zip
cpython-8836eefb1e27e845c0403dc39f6463c4de795760.tar.gz
cpython-8836eefb1e27e845c0403dc39f6463c4de795760.tar.bz2
brg_endian.h is back again
Diffstat (limited to 'Modules/_sha3')
-rw-r--r--Modules/_sha3/sha3module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_sha3/sha3module.c b/Modules/_sha3/sha3module.c
index 297eb2b..56850e6 100644
--- a/Modules/_sha3/sha3module.c
+++ b/Modules/_sha3/sha3module.c
@@ -27,7 +27,6 @@
* - C++ comments are converted to ANSI C comments.
* - All functions and globals are declared static.
* - The typedef for UINT64 is commented out.
- * - brg_endian.h is removed.
* - KeccakF-1600-opt[32|64]-settings.h are commented out
* - Some unused functions are commented out to silence compiler warnings.
*