ssl/record/rec_layer_s3.c: fix typo from previous commit.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2016-05-02 15:20:41 +02:00
parent d244dd559d
commit fbaf30d087

View file

@ -125,7 +125,7 @@
#if defined(OPENSSL_SMALL_FOOTPRINT) || \ #if defined(OPENSSL_SMALL_FOOTPRINT) || \
!( defined(AES_ASM) && ( \ !( defined(AES_ASM) && ( \
defined(__x86_64) || defined(__x86_64__) || \ defined(__x86_64) || defined(__x86_64__) || \
defined(_M_AMD64) || defined(_M_X64) ) defined(_M_AMD64) || defined(_M_X64) ) \
) )
# undef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK # undef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0 # define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0