diff options
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index 617b9feb9a..40ba3c063c 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.17 2024/03/28 01:49:29 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.18 2024/03/28 01:57:00 jsing Exp $ |
2 | 2 | ||
3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
4 | 4 | ||
@@ -49,7 +49,6 @@ SSLASM+= modes ghash-x86_64 | |||
49 | CFLAGS+= -DHAVE_RC4_INTERNAL | 49 | CFLAGS+= -DHAVE_RC4_INTERNAL |
50 | CFLAGS+= -DHAVE_RC4_SET_KEY_INTERNAL | 50 | CFLAGS+= -DHAVE_RC4_SET_KEY_INTERNAL |
51 | SSLASM+= rc4 rc4-x86_64 | 51 | SSLASM+= rc4 rc4-x86_64 |
52 | SRCS+= rc4.c | ||
53 | # ripemd | 52 | # ripemd |
54 | # sha | 53 | # sha |
55 | CFLAGS+= -DSHA1_ASM | 54 | CFLAGS+= -DSHA1_ASM |