diff options
author | jsing <> | 2024-03-27 11:12:09 +0000 |
---|---|---|
committer | jsing <> | 2024-03-27 11:12:09 +0000 |
commit | 72b8661f69cc640e09d7b8b8f76d856e97c2da27 (patch) | |
tree | 56d0ae3182993e9ae701704045076d421b192f30 /src/lib/libcrypto/arch/hppa | |
parent | ad915bbdf7ce366b36a3a65b51bfb43a21b7287d (diff) | |
download | openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.tar.gz openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.tar.bz2 openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.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/hppa')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index c11b899440..5454a4e7ae 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.14 2023/01/31 06:17:10 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.15 2024/03/27 11:12:08 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -6,8 +6,6 @@ | |||
6 | SRCS+= aes_core.c aes_cbc.c | 6 | SRCS+= aes_core.c aes_cbc.c |
7 | CFLAGS+= -DAES_ASM | 7 | CFLAGS+= -DAES_ASM |
8 | SSLASM+= aes aes-parisc aes-parisc | 8 | SSLASM+= aes aes-parisc aes-parisc |
9 | # bf | ||
10 | SRCS+= bf_enc.c | ||
11 | # bn | 9 | # bn |
12 | SSLASM+= bn parisc-mont parisc-mont | 10 | SSLASM+= bn parisc-mont parisc-mont |
13 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W | 11 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W |