diff options
| author | jsing <> | 2024-03-28 01:41:16 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-28 01:41:16 +0000 |
| commit | 3464202a67bd692f85f993dcb7a602dcc8a8bd9c (patch) | |
| tree | e8e7947306aba3f2f14276f0544a16e319ad57bf /src/lib/libcrypto/arch/powerpc64 | |
| parent | 0ca118f41ed52cd6b06d9c71fcc751a9a701f1f9 (diff) | |
| download | openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.gz openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.bz2 openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.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/powerpc64')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/powerpc64/Makefile.inc b/src/lib/libcrypto/arch/powerpc64/Makefile.inc index 5abddf2c9b..0ce671ab31 100644 --- a/src/lib/libcrypto/arch/powerpc64/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.8 2024/03/27 12:54:42 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.9 2024/03/28 01:41:16 jsing Exp $ |
| 2 | 2 | ||
| 3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -14,8 +14,6 @@ SRCS+= aes_core.c aes_cbc.c | |||
| 14 | #CFLAGS+= -DOPENSSL_BN_ASM_MONT | 14 | #CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 15 | # camellia | 15 | # camellia |
| 16 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | 16 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c |
| 17 | # des | ||
| 18 | SRCS+= des_enc.c fcrypt_b.c | ||
| 19 | # rc4 | 17 | # rc4 |
| 20 | SRCS+= rc4.c | 18 | SRCS+= rc4.c |
| 21 | # sha | 19 | # sha |
