summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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