head	1.5;
access;
symbols
	netbsd-11-0-RC5:1.5
	netbsd-11-0-RC4:1.5
	netbsd-11-0-RC3:1.5
	netbsd-11-0-RC2:1.5
	netbsd-11-0-RC1:1.5
	perseant-exfatfs-base-20250801:1.5
	netbsd-11:1.5.0.2
	netbsd-11-base:1.5;
locks; strict;
comment	@# @;


1.5
date	2025.07.20.23.24.44;	author christos;	state Exp;
branches;
next	1.4;
commitid	wHRh0ruVDx5SBx3G;

1.4
date	2025.07.19.15.12.00;	author christos;	state Exp;
branches;
next	1.3;
commitid	hqYCada5abBTUm3G;

1.3
date	2025.07.19.15.09.18;	author christos;	state Exp;
branches;
next	1.2;
commitid	TXsbwlgWlDsQTm3G;

1.2
date	2025.07.19.15.06.47;	author christos;	state Exp;
branches;
next	1.1;
commitid	H8HtpJs4g317Tm3G;

1.1
date	2025.07.17.14.25.27;	author christos;	state Exp;
branches;
next	;
commitid	9yTxET2KrcqKI63G;


desc
@@


1.5
log
@openssl does not support OPENSSL_EC_NISTP_64_GCC_128 on big endian
@
text
@.PATH.S: ${.PARSEDIR}
ECCPPFLAGS+=-DECP_NISTZ256_ASM
EC_SRCS += ecp_nistz256-armv8.S ecp_sm2p256-armv8.S sm3-armv8.S sm4-armv8.S
EC_SRCS += vpsm4-armv8.S vpsm4_ex-armv8.S

ECNI = yes
.if ${MACHINE_ARCH} == "aarch64eb"
ECCPPFLAGS+=-DOPENSSL_NO_EC_NISTP_64_GCC_128
.else
EC_SRCS += ecp_nistp384.c
.endif
.include "../../ec.inc"
@


1.4
log
@add the correct file.
@
text
@d4 1
a4 1
EC_SRCS += vpsm4-armv8.S vpsm4_ex-armv8.S ecp_nistp384.c
d9 2
@


1.3
log
@need the c stubs
@
text
@d4 1
a4 1
EC_SRCS += vpsm4-armv8.S vpsm4_ex-armv8.S ec_lib.c
@


1.2
log
@regen
@
text
@d4 1
a4 1
EC_SRCS += vpsm4-armv8.S vpsm4_ex-armv8.S
@


1.1
log
@Add build glue and generated files.
@
text
@d3 3
a5 1
EC_SRCS += ecp_nistz256-armv8.S
@

