summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha.h2
-rw-r--r--crypto/sha/sha512.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h
index 8a6bf4bbbb..3ab52e082f 100644
--- a/crypto/sha/sha.h
+++ b/crypto/sha/sha.h
@@ -74,7 +74,7 @@ extern "C" {
#define FIPS_SHA_SIZE_T size_t
#endif
-/*
+/*-
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
* ! SHA_LONG_LOG2 has to be defined along. !
diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c
index 9cda2172ed..6cfe4fd3cb 100644
--- a/crypto/sha/sha512.c
+++ b/crypto/sha/sha512.c
@@ -6,7 +6,7 @@
*/
#include <openssl/opensslconf.h>
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512)
-/*
+/*-
* IMPLEMENTATION NOTES.
*
* As you might have noticed 32-bit hash algorithms: