summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcommon/providers_implementations_digests.inc
blob: 9fa7ce85934d6bef8cff1c095b26d3cb9b2267fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: providers_implementations_digests.inc,v 1.1 2023/05/06 17:07:22 christos Exp $

.PATH:	${OPENSSLSRC}/providers/implementations/digests

PROVIDERS_IMPLEMENTATIONS_DIGESTS_SRCS += \
digestcommon.c \

SRCS += ${PROVIDERS_IMPLEMENTATIONS_DIGESTS_SRCS}

.for commonsrc in ${PROVIDERS_IMPLEMENTATIONS_DIGESTS_SRCS}
CPPFLAGS.${commonsrc} += -I${OPENSSLSRC}/providers/implementations/digests ${PROVIDERS_IMPLEMENTATIONS_DIGESTSCPPFLAGS}
.endfor