commit e884248118e946c56fb8b70c2d5189946f3af95a
parent 1d0f7b7ccd547f1e4f381cf4a8a461ff669b73e2
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 24 Aug 2017 15:32:30 -0400
Fix a needless line-continuation in aes.c
coccinelle was getting confused
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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