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/arm/Makefile.inc | |
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/arm/Makefile.inc')
-rw-r--r-- | src/lib/libcrypto/arch/arm/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/arm/Makefile.inc b/src/lib/libcrypto/arch/arm/Makefile.inc index 6e776df34d..ae57ae0eec 100644 --- a/src/lib/libcrypto/arch/arm/Makefile.inc +++ b/src/lib/libcrypto/arch/arm/Makefile.inc | |||
@@ -6,8 +6,6 @@ | |||
6 | SRCS+= aes_cbc.c | 6 | SRCS+= aes_cbc.c |
7 | CFLAGS+= -DAES_ASM | 7 | CFLAGS+= -DAES_ASM |
8 | SSLASM+= aes aes-armv4 | 8 | SSLASM+= aes aes-armv4 |
9 | # bf | ||
10 | SRCS+= bf_enc.c | ||
11 | # bn | 9 | # bn |
12 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 10 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
13 | SSLASM+= bn armv4-mont | 11 | SSLASM+= bn armv4-mont |