Move generated OpenSSL assembly routines into the kernel sources.

Sponsored by:	Netflix
This commit is contained in:
John Baldwin 2020-10-20 17:00:43 +00:00
parent f54c6ef100
commit bc3d569800
83 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ opensslconf.h: opensslconf.h.in
PICFLAG+= -DOPENSSL_PIC
.if defined(ASM_${MACHINE_CPUARCH})
.PATH: ${.CURDIR}/${MACHINE_CPUARCH}
.PATH: ${SRCTOP}/sys/crypto/openssl/${MACHINE_CPUARCH}
.if defined(ASM_amd64)
.PATH: ${LCRYPTO_SRC}/crypto/bn/asm
.endif

View File

@ -11,4 +11,4 @@ SRCS+= e_padlock-x86.S
.include <bsd.lib.mk>
.PATH: ${.CURDIR:H:H}/${MACHINE_CPUARCH}
.PATH: ${SRCTOP}/sys/crypto/openssl/${MACHINE_CPUARCH}