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/mips64 | |
| 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/mips64')
| -rw-r--r-- | src/lib/libcrypto/arch/mips64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index 2d547f4a5c..403c9d3278 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.7 2023/01/20 10:07:52 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.8 2024/03/27 11:12:08 jsing Exp $ |
| 2 | 2 | ||
| 3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -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-mips aes-mips | 8 | SSLASM+= aes aes-mips aes-mips |
| 9 | # bf | ||
| 10 | SRCS+= bf_enc.c | ||
| 11 | # bn | 9 | # bn |
| 12 | SSLASM+= bn mips bn-mips | 10 | SSLASM+= bn mips bn-mips |
| 13 | SSLASM+= bn mips-mont mips-mont | 11 | SSLASM+= bn mips-mont mips-mont |
