diff options
| author | jsing <> | 2024-03-29 07:24:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 07:24:09 +0000 |
| commit | c91834403d51367d38828dd80256abab0bdb4c7a (patch) | |
| tree | 0c40127680b2e0d6c1e34a7f6fa5caef0bf92bd7 /src/lib/libcrypto/arch/alpha | |
| parent | 4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07 (diff) | |
| download | openbsd-c91834403d51367d38828dd80256abab0bdb4c7a.tar.gz openbsd-c91834403d51367d38828dd80256abab0bdb4c7a.tar.bz2 openbsd-c91834403d51367d38828dd80256abab0bdb4c7a.zip | |
Move camellia to primary Makefile.
These files are 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 ec3f6c5f2b..3e42c42f5e 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.13 2024/03/29 06:03:20 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.14 2024/03/29 07:24:09 jsing Exp $ |
| 2 | 2 | ||
| 3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
| 4 | 4 | ||
| 5 | # bn | 5 | # bn |
| 6 | SSLASM+= bn alpha-mont | 6 | SSLASM+= bn alpha-mont |
| 7 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 7 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 8 | # camellia | ||
| 9 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | ||
| 10 | # modes | 8 | # modes |
| 11 | CFLAGS+= -DGHASH_ASM | 9 | CFLAGS+= -DGHASH_ASM |
| 12 | SSLASM+= modes ghash-alpha | 10 | SSLASM+= modes ghash-alpha |
