diff options
| author | jsing <> | 2024-03-29 07:24:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 07:24:09 +0000 |
| commit | 720ec2c3adcad1ded38a6104e4ca139b4a62ac19 (patch) | |
| tree | 0c40127680b2e0d6c1e34a7f6fa5caef0bf92bd7 /src/lib/libcrypto/arch/hppa | |
| parent | a6c8356cb0ad823442438dc3662b1e2384ca38a0 (diff) | |
| download | openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.tar.gz openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.tar.bz2 openbsd-720ec2c3adcad1ded38a6104e4ca139b4a62ac19.zip | |
Move camellia to primary Makefile.
These files are now built on all platforms.
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
| -rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 62887c7c86..5938320aa4 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.22 2024/03/29 06:03:20 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.23 2024/03/29 07:24:09 jsing Exp $ |
| 2 | 2 | ||
| 3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -8,8 +8,6 @@ SSLASM+= aes aes-parisc aes-parisc | |||
| 8 | # bn | 8 | # bn |
| 9 | SSLASM+= bn parisc-mont parisc-mont | 9 | SSLASM+= bn parisc-mont parisc-mont |
| 10 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W | 10 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W |
| 11 | # camellia | ||
| 12 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | ||
| 13 | # modes | 11 | # modes |
| 14 | CFLAGS+= -DGHASH_ASM | 12 | CFLAGS+= -DGHASH_ASM |
| 15 | SSLASM+= modes ghash-parisc ghash-parisc | 13 | SSLASM+= modes ghash-parisc ghash-parisc |
