mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a needless line-continuation in aes.c
coccinelle was getting confused
This commit is contained in:
parent
1d0f7b7ccd
commit
e884248118
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user