head	1.2;
access;
symbols
	netbsd-11-0-RELEASE:1.2
	netbsd-11-0-RC7:1.2
	netbsd-11-0-RC6:1.2
	netbsd-11-0-RC5:1.2
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.2
	netbsd-11-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2025.07.19.14.37.06;	author christos;	state Exp;
branches;
next	1.1;
commitid	WQy2MfhPtfGRIm3G;

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


desc
@@


1.2
log
@fix sparc64 build: find sparccpuid.S
@
text
@#	$NetBSD: crypto.inc,v 1.1 2025/07/17 14:25:24 christos Exp $

.PATH.c:	${OPENSSLSRC}/crypto
.PATH.S:	${OPENSSLSRC}/crypto

CRYPTO_SRCS += \
asn1_dsa.c \
bsearch.c \
comp_methods.c \
context.c \
core_algorithm.c \
core_fetch.c \
core_namemap.c \
cpt_err.c \
cpuid.c \
cryptlib.c \
ctype.c \
cversion.c \
defaults.c \
der_writer.c \
deterministic_nonce.c \
ebcdic.c \
ex_data.c \
getenv.c \
indicator_core.c \
info.c \
init.c \
initthread.c \
mem.c \
mem_sec.c \
o_dir.c \
o_fopen.c \
o_init.c \
o_str.c \
o_time.c \
packet.c \
param_build.c \
param_build_set.c \
params.c \
params_dup.c \
params_from_text.c \
params_idx.c \
passphrase.c \
provider.c \
provider_child.c \
provider_conf.c \
provider_core.c \
provider_predefined.c \
punycode.c \
quic_vlint.c \
self_test_core.c \
sleep.c \
sparse_array.c \
ssl_err.c \
threads_lib.c \
threads_none.c \
threads_pthread.c \
threads_win.c \
time.c \
time.c \
trace.c \
uid.c \

SRCS += ${CRYPTO_SRCS}

.for cryptosrc in ${CRYPTO_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/crypto ${CRYPTOCPPFLAGS}
.endfor

.if !defined(CPUID)
CRYPTO_SRCS+=  mem_clr.c
.else
CRYPTO_SRCS+=  ${CPUID_SRCS}
.endif

CRYPTOCPPFLAGS+=-DOPENSSL_NO_STATIC_ENGINE
@


1.1
log
@Add build glue and generated files.
@
text
@d1 1
a1 1
#	$NetBSD: crypto.inc,v 1.12 2023/05/07 19:13:15 christos Exp $
d4 1
@

