[tor-commits] [tor/master] Fix a needless line-continuation in aes.c

nickm at torproject.org nickm at torproject.org
Thu Aug 24 20:11:49 UTC 2017


commit e884248118e946c56fb8b70c2d5189946f3af95a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Aug 24 15:32:30 2017 -0400

    Fix a needless line-continuation in aes.c
    
    coccinelle was getting confused
---
 src/common/aes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/aes.c b/src/common/aes.c
index 73abef143..94d33d439 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -66,7 +66,7 @@ ENABLE_GCC_WARNING(redundant-decls)
 #elif OPENSSL_VERSION_NUMBER >= OPENSSL_V_NOPATCH(1,0,1) &&               \
   (defined(__i386) || defined(__i386__) || defined(_M_IX86) ||          \
    defined(__x86_64) || defined(__x86_64__) ||                          \
-   defined(_M_AMD64) || defined(_M_X64) || defined(__INTEL__))          \
+   defined(_M_AMD64) || defined(_M_X64) || defined(__INTEL__))
 
 #define USE_EVP_AES_CTR
 





More information about the tor-commits mailing list