diff options
| author | jsing <> | 2024-03-27 12:42:30 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 12:42:30 +0000 |
| commit | f2c1de8d1431b110f243d6333f47359ef369d280 (patch) | |
| tree | 65ee5f8991e523a0a3415264e4f25955c160cd47 /src/lib/libcrypto/arch/amd64 | |
| parent | b8cc9e9bb809f08c95821ea00f6321ba508921de (diff) | |
| download | openbsd-f2c1de8d1431b110f243d6333f47359ef369d280.tar.gz openbsd-f2c1de8d1431b110f243d6333f47359ef369d280.tar.bz2 openbsd-f2c1de8d1431b110f243d6333f47359ef369d280.zip | |
Remove assembly for stitched modes.
The stitched modes have been removed, so having assembly for them is of
little use.
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
| -rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index 878965f566..ab10e43a14 100644 --- a/src/lib/libcrypto/arch/amd64/Makefile.inc +++ b/src/lib/libcrypto/arch/amd64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.14 2024/03/27 11:12:08 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.15 2024/03/27 12:42:30 jsing Exp $ |
| 2 | 2 | ||
| 3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -13,7 +13,6 @@ SSLASM+= aes bsaes-x86_64 | |||
| 13 | CFLAGS+= -DVPAES_ASM | 13 | CFLAGS+= -DVPAES_ASM |
| 14 | SSLASM+= aes vpaes-x86_64 | 14 | SSLASM+= aes vpaes-x86_64 |
| 15 | SSLASM+= aes aesni-x86_64 | 15 | SSLASM+= aes aesni-x86_64 |
| 16 | SSLASM+= aes aesni-sha1-x86_64 | ||
| 17 | # bn | 16 | # bn |
| 18 | CFLAGS+= -DOPENSSL_IA32_SSE2 | 17 | CFLAGS+= -DOPENSSL_IA32_SSE2 |
| 19 | CFLAGS+= -DRSA_ASM | 18 | CFLAGS+= -DRSA_ASM |
| @@ -49,9 +48,7 @@ SSLASM+= md5 md5-x86_64 | |||
| 49 | CFLAGS+= -DGHASH_ASM | 48 | CFLAGS+= -DGHASH_ASM |
| 50 | SSLASM+= modes ghash-x86_64 | 49 | SSLASM+= modes ghash-x86_64 |
| 51 | # rc4 | 50 | # rc4 |
| 52 | CFLAGS+= -DRC4_MD5_ASM | ||
| 53 | SSLASM+= rc4 rc4-x86_64 | 51 | SSLASM+= rc4 rc4-x86_64 |
| 54 | SSLASM+= rc4 rc4-md5-x86_64 | ||
| 55 | # ripemd | 52 | # ripemd |
| 56 | # sha | 53 | # sha |
| 57 | CFLAGS+= -DSHA1_ASM | 54 | CFLAGS+= -DSHA1_ASM |
