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/powerpc | |
| 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/powerpc')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/powerpc/Makefile.inc b/src/lib/libcrypto/arch/powerpc/Makefile.inc index a20d083434..965a22c50c 100644 --- a/src/lib/libcrypto/arch/powerpc/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc/Makefile.inc | |||
| @@ -1,9 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.10 2024/03/29 02:33:44 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.11 2024/03/29 06:03:21 jsing Exp $ |
| 2 | 2 | ||
| 3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
| 4 | 4 | ||
| 5 | # aes | ||
| 6 | SRCS+= aes_core.c | ||
| 7 | # slower than C code | 5 | # slower than C code |
| 8 | #CFLAGS+= -DAES_ASM | 6 | #CFLAGS+= -DAES_ASM |
| 9 | #SSLASM+= aes aes-ppc aes-ppc | 7 | #SSLASM+= aes aes-ppc aes-ppc |
