sync with OpenBSD -current
This commit is contained in:
parent
6278c437f5
commit
784d5aeff3
93 changed files with 1817 additions and 10181 deletions
|
@ -1,9 +1,7 @@
|
|||
# $OpenBSD: Makefile.inc,v 1.9 2024/03/28 12:52:58 jsing Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.12 2024/03/29 07:24:09 jsing Exp $
|
||||
|
||||
# powerpc-specific libcrypto build rules
|
||||
|
||||
# aes
|
||||
SRCS+= aes_core.c
|
||||
# slower than C code
|
||||
#CFLAGS+= -DAES_ASM
|
||||
#SSLASM+= aes aes-ppc aes-ppc
|
||||
|
@ -12,15 +10,11 @@ SSLASM+= bn ppc bn-ppc
|
|||
SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int
|
||||
#SSLASM+= bn ppc64-mont ppc64-mont # bn_mul_mont_fpu64
|
||||
CFLAGS+= -DOPENSSL_BN_ASM_MONT
|
||||
# camellia
|
||||
SRCS+= camellia.c cmll_cbc.c cmll_misc.c
|
||||
# sha
|
||||
CFLAGS+= -DSHA1_ASM
|
||||
SSLASM+= sha sha1-ppc sha1-ppc
|
||||
CFLAGS+= -DSHA256_ASM
|
||||
SSLASM+= sha sha512-ppc sha256-ppc
|
||||
# whrlpool
|
||||
SRCS+= wp_block.c
|
||||
|
||||
.for dir src dst in ${SSLASM}
|
||||
SRCS+= ${dst}.S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue