Move generated OpenSSL assembly routines into the kernel sources.
Sponsored by: Netflix
This commit is contained in:
parent
f54c6ef100
commit
bc3d569800
@ -459,7 +459,7 @@ opensslconf.h: opensslconf.h.in
|
|||||||
PICFLAG+= -DOPENSSL_PIC
|
PICFLAG+= -DOPENSSL_PIC
|
||||||
|
|
||||||
.if defined(ASM_${MACHINE_CPUARCH})
|
.if defined(ASM_${MACHINE_CPUARCH})
|
||||||
.PATH: ${.CURDIR}/${MACHINE_CPUARCH}
|
.PATH: ${SRCTOP}/sys/crypto/openssl/${MACHINE_CPUARCH}
|
||||||
.if defined(ASM_amd64)
|
.if defined(ASM_amd64)
|
||||||
.PATH: ${LCRYPTO_SRC}/crypto/bn/asm
|
.PATH: ${LCRYPTO_SRC}/crypto/bn/asm
|
||||||
.endif
|
.endif
|
||||||
|
@ -11,4 +11,4 @@ SRCS+= e_padlock-x86.S
|
|||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
|
||||||
.PATH: ${.CURDIR:H:H}/${MACHINE_CPUARCH}
|
.PATH: ${SRCTOP}/sys/crypto/openssl/${MACHINE_CPUARCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user