summaryrefslogtreecommitdiffstats
path: root/crypto/seed
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 20:18:47 +0100
committerMatt Caswell <matt@openssl.org>2015-01-22 10:20:09 +0100
commit68d39f3ce6ff4f65170d94f7310b3f485f33328d (patch)
tree789d8aeaf5401f2f8f5ee256ba36f5b8edb7261a /crypto/seed
parentDelete trailing whitespace from output. (diff)
downloadopenssl-68d39f3ce6ff4f65170d94f7310b3f485f33328d.tar.xz
openssl-68d39f3ce6ff4f65170d94f7310b3f485f33328d.zip
Move more comments that confuse indent
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/seed')
-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 6ffa5f024e..877c28a841 100644
--- a/crypto/seed/seed.h
+++ b/crypto/seed/seed.h
@@ -89,7 +89,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