summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/chacha.inc
blob: 90012c2243e851e255a726674c50b02b98d7cba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: chacha.inc,v 1.4 2023/05/11 20:08:59 christos Exp $

.PATH:	${OPENSSLSRC}/crypto/chacha

CHACHA_SRCS ?= chacha_enc.c

SRCS += ${CHACHA_SRCS}

.for cryptosrc in ${CHACHA_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/chacha ${CHACHACPPFLAGS}
.endfor