diff options
author | jsing <> | 2024-03-29 06:03:21 +0000 |
---|---|---|
committer | jsing <> | 2024-03-29 06:03:21 +0000 |
commit | 646ebf1438fc66591f5d7b009fb80de96daa7d8f (patch) | |
tree | 7f687d51b26fd0487915c66e3ad4fa517de6c274 /src/lib/libcrypto/arch/alpha | |
parent | ffeb7ed7b7345b20db288359536886ab9de867e3 (diff) | |
download | openbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.tar.gz openbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.tar.bz2 openbsd-646ebf1438fc66591f5d7b009fb80de96daa7d8f.zip |
Move aes_core.c to the primary Makefile.
This is now built on all platforms.
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 9c5923589b..ec3f6c5f2b 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc | |||
@@ -1,9 +1,7 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.12 2024/03/29 02:33:44 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 2024/03/29 06:03:20 jsing Exp $ |
2 | 2 | ||
3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
4 | 4 | ||
5 | # aes | ||
6 | SRCS+= aes_core.c | ||
7 | # bn | 5 | # bn |
8 | SSLASM+= bn alpha-mont | 6 | SSLASM+= bn alpha-mont |
9 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 7 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |