diff options
Diffstat (limited to 'src/lib/libcrypto/arch')
| -rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index f8f829cca1..f4410e8059 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.35 2024/12/06 11:57:17 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.36 2025/01/24 13:35:04 jsing Exp $ |
| 2 | 2 | ||
| 3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -40,7 +40,7 @@ SRCS += word_clz.S | |||
| 40 | 40 | ||
| 41 | # md5 | 41 | # md5 |
| 42 | CFLAGS+= -DMD5_ASM | 42 | CFLAGS+= -DMD5_ASM |
| 43 | SSLASM+= md5 md5-x86_64 | 43 | SRCS+= md5_amd64_generic.S |
| 44 | # modes | 44 | # modes |
| 45 | CFLAGS+= -DGHASH_ASM | 45 | CFLAGS+= -DGHASH_ASM |
| 46 | SSLASM+= modes ghash-x86_64 | 46 | SSLASM+= modes ghash-x86_64 |
