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/i386 | |
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/i386')
-rw-r--r-- | src/lib/libcrypto/arch/i386/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc index 911f02073b..aedd1d7683 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.14 2024/03/28 01:49:29 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.15 2024/03/28 01:57:00 jsing Exp $ |
2 | 2 | ||
3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
4 | 4 | ||
@@ -29,7 +29,6 @@ SSLASM+= modes ghash-x86 | |||
29 | CFLAGS+= -DHAVE_RC4_INTERNAL | 29 | CFLAGS+= -DHAVE_RC4_INTERNAL |
30 | CFLAGS+= -DHAVE_RC4_SET_KEY_INTERNAL | 30 | CFLAGS+= -DHAVE_RC4_SET_KEY_INTERNAL |
31 | SSLASM+= rc4 rc4-586 | 31 | SSLASM+= rc4 rc4-586 |
32 | SRCS+= rc4.c | ||
33 | # sha | 32 | # sha |
34 | CFLAGS+= -DSHA1_ASM | 33 | CFLAGS+= -DSHA1_ASM |
35 | SSLASM+= sha sha1-586 | 34 | SSLASM+= sha sha1-586 |