diff options
| author | jsing <> | 2024-03-29 02:33:45 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 02:33:45 +0000 |
| commit | 56504c1b338a0cf1e2340ecd05ecce2ff1b68680 (patch) | |
| tree | d539647efda78971401fafa3dc13a3de9ad82bc6 /src/lib/libcrypto/arch/mips64 | |
| parent | 9349287f9759e4c165c41e88c46cc162ae7c18a5 (diff) | |
| download | openbsd-56504c1b338a0cf1e2340ecd05ecce2ff1b68680.tar.gz openbsd-56504c1b338a0cf1e2340ecd05ecce2ff1b68680.tar.bz2 openbsd-56504c1b338a0cf1e2340ecd05ecce2ff1b68680.zip | |
Move wp_block.c to the primary Makefile.
This is now built on all platforms.
Diffstat (limited to 'src/lib/libcrypto/arch/mips64')
| -rw-r--r-- | src/lib/libcrypto/arch/mips64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index d40bbdf00e..4fde831c9a 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.12 2024/03/28 12:52:58 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 2024/03/29 02:33:44 jsing Exp $ |
| 2 | 2 | ||
| 3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -18,8 +18,6 @@ SSLASM+= sha sha512-mips sha256-mips | |||
| 18 | CFLAGS+= -DSHA256_ASM | 18 | CFLAGS+= -DSHA256_ASM |
| 19 | SSLASM+= sha sha512-mips sha512-mips | 19 | SSLASM+= sha sha512-mips sha512-mips |
| 20 | CFLAGS+= -DSHA512_ASM | 20 | CFLAGS+= -DSHA512_ASM |
| 21 | # whrlpool | ||
| 22 | SRCS+= wp_block.c | ||
| 23 | 21 | ||
| 24 | .for dir src dst in ${SSLASM} | 22 | .for dir src dst in ${SSLASM} |
| 25 | SRCS+= ${dst}.S | 23 | SRCS+= ${dst}.S |
