diff options
| author | jsing <> | 2024-03-27 11:12:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 11:12:09 +0000 |
| commit | 7c0826c77345eb621368903e5eb6a826654f290b (patch) | |
| tree | 56d0ae3182993e9ae701704045076d421b192f30 /src/lib/libcrypto/arch/powerpc | |
| parent | 144e4e6c1b33a96032d136d37c9a9b762c0f99c1 (diff) | |
| download | openbsd-7c0826c77345eb621368903e5eb6a826654f290b.tar.gz openbsd-7c0826c77345eb621368903e5eb6a826654f290b.tar.bz2 openbsd-7c0826c77345eb621368903e5eb6a826654f290b.zip | |
Move bf_enc.c to the primary Makefile.
Now that all architectures are using bf_enc.c, it does not make sense to
have it in every Makefile.inc file.
Diffstat (limited to 'src/lib/libcrypto/arch/powerpc')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/powerpc/Makefile.inc b/src/lib/libcrypto/arch/powerpc/Makefile.inc index 6c168c7989..86ea364038 100644 --- a/src/lib/libcrypto/arch/powerpc/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.4 2023/01/17 15:04:27 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.5 2024/03/27 11:12:08 jsing Exp $ |
| 2 | 2 | ||
| 3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -7,8 +7,6 @@ SRCS+= aes_core.c aes_cbc.c | |||
| 7 | # slower than C code | 7 | # slower than C code |
| 8 | #CFLAGS+= -DAES_ASM | 8 | #CFLAGS+= -DAES_ASM |
| 9 | #SSLASM+= aes aes-ppc aes-ppc | 9 | #SSLASM+= aes aes-ppc aes-ppc |
| 10 | # bf | ||
| 11 | SRCS+= bf_enc.c | ||
| 12 | # bn | 10 | # bn |
| 13 | SSLASM+= bn ppc bn-ppc | 11 | SSLASM+= bn ppc bn-ppc |
| 14 | SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int | 12 | SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int |
