summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/ess.inc
blob: 39f53c5d52c9cfd8e3e2be0ae051627a1753d683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: ess.inc,v 1.1 2023/05/06 17:07:23 christos Exp $

.PATH:	${OPENSSLSRC}/crypto/ess

ESS_SRCS += \
ess_asn1.c \
ess_err.c \
ess_lib.c \

SRCS += ${ESS_SRCS}

.for cryptosrc in ${ESS_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/ess ${ESSCPPFLAGS}
.endfor