mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix typos in the previous commit.
This commit is contained in:
parent
4f4ab23a54
commit
f294b00a88
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/openssl111/; revision=338883
@ -36,7 +36,7 @@ ASM_${MACHINE_CPUARCH}=
|
||||
.if defined(ASM_${MACHINE_CPUARCH})
|
||||
CFLAGS+= -DOPENSSL_CPUID_OBJ
|
||||
.if defined(ASM_aarch64)
|
||||
CFLAGS+= -OPENSSL_BN_ASM_MONT
|
||||
CFLAGS+= -DOPENSSL_BN_ASM_MONT
|
||||
CFLAGS+= -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
|
||||
CFLAGS+= -DKECCAK1600_ASM
|
||||
CFLAGS+= -DVPAES_ASM
|
||||
@ -56,7 +56,7 @@ CFLAGS+= -DECP_NISTZ256_ASM -DX25519_ASM
|
||||
CFLAGS+= -DPADLOCK_ASM
|
||||
CFLAGS+= -DPOLY1305_ASM
|
||||
.elif defined(ASM_arm)
|
||||
CFLAGS+= -OPENSSL_BN_ASM_MONT -OPENSSL_BN_ASM_GF2m
|
||||
CFLAGS+= -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
|
||||
CFLAGS+= -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
|
||||
CFLAGS+= -DKECCAK1600_ASM
|
||||
CFLAGS+= -DAES_ASM -DBSAES_ASM
|
||||
|
Loading…
Reference in New Issue
Block a user