diff options
author | jsing <> | 2024-03-28 01:57:00 +0000 |
---|---|---|
committer | jsing <> | 2024-03-28 01:57:00 +0000 |
commit | 91a8e6eb18ca31999b645c425d34ee1fb2113bcc (patch) | |
tree | 9993b4ef1565c1f80acfaaacd4ed80f63a372ed3 /src/lib/libcrypto/arch/mips64 | |
parent | efdc2fdd7e31b41f518a70445b050722a765ff02 (diff) | |
download | openbsd-91a8e6eb18ca31999b645c425d34ee1fb2113bcc.tar.gz openbsd-91a8e6eb18ca31999b645c425d34ee1fb2113bcc.tar.bz2 openbsd-91a8e6eb18ca31999b645c425d34ee1fb2113bcc.zip |
Move rc4.c to 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 30a4047e34..b3a9406f40 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.10 2024/03/28 01:41:16 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.11 2024/03/28 01:57:00 jsing Exp $ |
2 | 2 | ||
3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
4 | 4 | ||
@@ -12,8 +12,6 @@ SSLASM+= bn mips-mont mips-mont | |||
12 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 12 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
13 | # camellia | 13 | # camellia |
14 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | 14 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c |
15 | # rc4 | ||
16 | SRCS+= rc4.c | ||
17 | # sha | 15 | # sha |
18 | SSLASM+= sha sha1-mips sha1-mips | 16 | SSLASM+= sha sha1-mips sha1-mips |
19 | CFLAGS+= -DSHA1_ASM | 17 | CFLAGS+= -DSHA1_ASM |