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/hppa/Makefile.inc | |
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/hppa/Makefile.inc')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 948aff2107..62887c7c86 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
@@ -1,9 +1,8 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.21 2024/03/29 02:33:44 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.22 2024/03/29 06:03:20 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
5 | # aes | 5 | # aes |
6 | SRCS+= aes_core.c | ||
7 | CFLAGS+= -DAES_ASM | 6 | CFLAGS+= -DAES_ASM |
8 | SSLASM+= aes aes-parisc aes-parisc | 7 | SSLASM+= aes aes-parisc aes-parisc |
9 | # bn | 8 | # bn |