summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/ct.inc
blob: e83f2c27446486d53909eb827878256a1db10bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: ct.inc,v 1.2 2023/05/06 17:07:22 christos Exp $

.PATH:	${OPENSSLSRC}/crypto/ct

CT_SRCS += \
ct_b64.c \
ct_err.c \
ct_log.c \
ct_oct.c \
ct_policy.c \
ct_prn.c \
ct_sct.c \
ct_sct_ctx.c \
ct_vfy.c \
ct_x509v3.c \

SRCS += ${CT_SRCS}

.for cryptosrc in ${CT_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/ct ${CTCPPFLAGS}
.endfor