diff options
author | jsing <> | 2024-03-29 02:33:45 +0000 |
---|---|---|
committer | jsing <> | 2024-03-29 02:33:45 +0000 |
commit | 6c0c658b98c6d5fb44e00a2922c86d02d7df112f (patch) | |
tree | d539647efda78971401fafa3dc13a3de9ad82bc6 /src/lib/libcrypto/arch/i386 | |
parent | 4a28958320e4f1c63d167064dd434c97bd95232b (diff) | |
download | openbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.tar.gz openbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.tar.bz2 openbsd-6c0c658b98c6d5fb44e00a2922c86d02d7df112f.zip |
Move wp_block.c to the primary Makefile.
This is now built on all platforms.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/i386/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc index 9da377a3c6..c8e5a535e5 100644 --- a/src/lib/libcrypto/arch/i386/Makefile.inc +++ b/src/lib/libcrypto/arch/i386/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.18 2024/03/29 01:24:07 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.19 2024/03/29 02:33:44 jsing Exp $ |
2 | 2 | ||
3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
4 | 4 | ||
@@ -37,8 +37,6 @@ CFLAGS+= -DSHA256_ASM | |||
37 | SSLASM+= sha sha256-586 | 37 | SSLASM+= sha sha256-586 |
38 | CFLAGS+= -DSHA512_ASM | 38 | CFLAGS+= -DSHA512_ASM |
39 | SSLASM+= sha sha512-586 | 39 | SSLASM+= sha sha512-586 |
40 | # whrlpool | ||
41 | SRCS+= wp_block.c | ||
42 | 40 | ||
43 | .for dir f in ${SSLASM} | 41 | .for dir f in ${SSLASM} |
44 | SRCS+= ${f}.S | 42 | SRCS+= ${f}.S |