aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-24 15:32:30 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-24 15:32:30 -0400
commite884248118e946c56fb8b70c2d5189946f3af95a (patch)
treeafd9d48181f649b5d5634d8a7f68b9ba81835413 /src/common/aes.c
parent1d0f7b7ccd547f1e4f381cf4a8a461ff669b73e2 (diff)
downloadtor-e884248118e946c56fb8b70c2d5189946f3af95a.tar.gz
tor-e884248118e946c56fb8b70c2d5189946f3af95a.zip
Fix a needless line-continuation in aes.c
coccinelle was getting confused
Diffstat (limited to 'src/common/aes.c')
-rw-r--r--src/common/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index 73abef143e..94d33d4392 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