diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-21 20:18:47 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-22 10:20:09 +0100 |
commit | 68d39f3ce6ff4f65170d94f7310b3f485f33328d (patch) | |
tree | 789d8aeaf5401f2f8f5ee256ba36f5b8edb7261a /crypto/bn/rsaz_exp.c | |
parent | Delete trailing whitespace from output. (diff) | |
download | openssl-68d39f3ce6ff4f65170d94f7310b3f485f33328d.tar.xz openssl-68d39f3ce6ff4f65170d94f7310b3f485f33328d.zip |
Move more comments that confuse indent
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/rsaz_exp.c')
-rw-r--r-- | crypto/bn/rsaz_exp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/rsaz_exp.c b/crypto/bn/rsaz_exp.c index 54f5760120..6a1ffe2d4f 100644 --- a/crypto/bn/rsaz_exp.c +++ b/crypto/bn/rsaz_exp.c @@ -60,7 +60,8 @@ void rsaz_1024_red2norm_avx2(void *norm,const void *red); # define ALIGN64 # pragma align 64(one,two80) #else -# define ALIGN64 /* not fatal, might hurt performance a little */ +/* not fatal, might hurt performance a little */ +# define ALIGN64 #endif ALIGN64 static const BN_ULONG one[40] = { |