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/alpha | |
| 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/alpha')
| -rw-r--r-- | src/lib/libcrypto/arch/alpha/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index 4cdcf64e0b..20bc246d46 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.6 2023/01/31 06:17:10 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.7 2024/03/27 11:12:08 jsing Exp $ |
| 2 | 2 | ||
| 3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
| 4 | 4 | ||
| 5 | # aes | 5 | # aes |
| 6 | SRCS+= aes_core.c aes_cbc.c | 6 | SRCS+= aes_core.c aes_cbc.c |
| 7 | # bf | ||
| 8 | SRCS+= bf_enc.c | ||
| 9 | # bn | 7 | # bn |
| 10 | SSLASM+= bn alpha-mont | 8 | SSLASM+= bn alpha-mont |
| 11 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 9 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
