summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/crypto.inc
blob: d53dee319e09203f9936a289240a0b7f77c8dfc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#	$NetBSD: crypto.inc,v 1.12 2023/05/07 19:13:15 christos Exp $

.PATH:	${OPENSSLSRC}/crypto

CRYPTO_SRCS += \
asn1_dsa.c \
bsearch.c \
context.c \
core_algorithm.c \
core_fetch.c \
core_namemap.c \
cpt_err.c \
cpuid.c \
cryptlib.c \
ctype.c \
cversion.c \
der_writer.c \
ebcdic.c \
ex_data.c \
getenv.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 \
passphrase.c \
provider.c \
provider_child.c \
provider_conf.c \
provider_core.c \
provider_predefined.c \
punycode.c \
self_test_core.c \
sparse_array.c \
threads_lib.c \
threads_none.c \
threads_pthread.c \
threads_win.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