diff options
| author | jsing <> | 2024-03-29 07:24:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 07:24:09 +0000 |
| commit | 720ec2c3adcad1ded38a6104e4ca139b4a62ac19 (patch) | |
| tree | 0c40127680b2e0d6c1e34a7f6fa5caef0bf92bd7 /src/lib/libcrypto/arch/mips64 | |
| parent | a6c8356cb0ad823442438dc3662b1e2384ca38a0 (diff) | |
| download | openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.tar.gz openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.tar.bz2 openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.zip | |
Move camellia to primary Makefile.
These files are 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 bfead1757e..baad8c43e7 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.15 2024/03/29 06:03:21 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.16 2024/03/29 07:24:09 jsing Exp $ |
| 2 | 2 | ||
| 3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -11,8 +11,6 @@ CFLAGS+= -DHAVE_AES_SET_DECRYPT_KEY_INTERNAL | |||
| 11 | SSLASM+= bn mips bn-mips | 11 | SSLASM+= bn mips bn-mips |
| 12 | SSLASM+= bn mips-mont mips-mont | 12 | SSLASM+= bn mips-mont mips-mont |
| 13 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 13 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 14 | # camellia | ||
| 15 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | ||
| 16 | # sha | 14 | # sha |
| 17 | SSLASM+= sha sha1-mips sha1-mips | 15 | SSLASM+= sha sha1-mips sha1-mips |
| 18 | CFLAGS+= -DSHA1_ASM | 16 | CFLAGS+= -DSHA1_ASM |
