ssl/record/rec_layer_s3.c: fix typo from previous commit.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
d244dd559d
commit
fbaf30d087
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
#if defined(OPENSSL_SMALL_FOOTPRINT) || \
|
||||
!( defined(AES_ASM) && ( \
|
||||
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
|
||||
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
|
||||
|
|
Loading…
Reference in a new issue