summaryrefslogtreecommitdiffstats
path: root/crypto/seed/seed.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/seed/seed.h')
-rw-r--r--crypto/seed/seed.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/seed/seed.h b/crypto/seed/seed.h
index 427915ed9a..318cb1a026 100644
--- a/crypto/seed/seed.h
+++ b/crypto/seed/seed.h
@@ -87,7 +87,8 @@
#error SEED is disabled.
#endif
-#ifdef AES_LONG /* look whether we need 'long' to get 32 bits */
+/* look whether we need 'long' to get 32 bits */
+#ifdef AES_LONG
# ifndef SEED_LONG
# define SEED_LONG 1
# endif