diff options
| author | jsing <> | 2024-03-28 01:41:16 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-28 01:41:16 +0000 |
| commit | 2eba7525a2e71749101c2d619288f07950401cdd (patch) | |
| tree | e8e7947306aba3f2f14276f0544a16e319ad57bf /src/lib/libcrypto/arch/i386 | |
| parent | db1e400dd76b8435110984f06b7e026764b137ee (diff) | |
| download | openbsd-2eba7525a2e71749101c2d619288f07950401cdd.tar.gz openbsd-2eba7525a2e71749101c2d619288f07950401cdd.tar.bz2 openbsd-2eba7525a2e71749101c2d619288f07950401cdd.zip | |
Move des sources to primary Makefile.
Now that all platforms use a C des implementation, move it to the primary
Makefile.
Diffstat (limited to 'src/lib/libcrypto/arch/i386')
| -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 dcf50d95ca..c1a52e786a 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.12 2024/03/28 01:14:31 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 2024/03/28 01:41:16 jsing Exp $ |
| 2 | 2 | ||
| 3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -19,8 +19,6 @@ CFLAGS+= -DOPENSSL_BN_ASM_MONT | |||
| 19 | SSLASM+= bn x86-mont | 19 | SSLASM+= bn x86-mont |
| 20 | # camellia | 20 | # camellia |
| 21 | SSLASM+= camellia cmll-x86 | 21 | SSLASM+= camellia cmll-x86 |
| 22 | # des | ||
| 23 | SRCS+= des_enc.c fcrypt_b.c | ||
| 24 | # md5 | 22 | # md5 |
| 25 | CFLAGS+= -DMD5_ASM | 23 | CFLAGS+= -DMD5_ASM |
| 26 | SSLASM+= md5 md5-586 | 24 | SSLASM+= md5 md5-586 |
