summaryrefslogtreecommitdiff
path: root/lib/sha512.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-23 15:55:30 +0000
committerJim Meyering <jim@meyering.net>2005-10-23 15:55:30 +0000
commit00ba9322af95116e43e4d98af45571ea7d035084 (patch)
treec47991dbd1194303c3b94e09b57f736a067e680f /lib/sha512.h
parente2cfa48b0f245bfba610fa843857f5fbe9d9ca81 (diff)
downloadcoreutils-00ba9322af95116e43e4d98af45571ea7d035084.tar.xz
Remove no-longer-relevant comment.
Diffstat (limited to 'lib/sha512.h')
-rw-r--r--lib/sha512.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sha512.h b/lib/sha512.h
index cee3a0719..5a2b5ce35 100644
--- a/lib/sha512.h
+++ b/lib/sha512.h
@@ -21,13 +21,6 @@
# include <stdio.h>
-/* The following contortions are an attempt to use the C preprocessor
- to determine an unsigned integral type that is 64 bits wide. An
- alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but
- doing that would require that the configure script compile and *run*
- the resulting executable. Locally running cross-compiled executables
- is usually not possible. */
-
# if HAVE_INTTYPES_H
# include <inttypes.h>
# endif