Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: chacha.inc,v 1.3 2025/07/20 00:36:08 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/chacha
      4 
      5 CHACHA_SRCS ?= chacha_enc.c
      6 
      7 SRCS += ${CHACHA_SRCS}
      8 
      9 .for cryptosrc in ${CHACHA_SRCS}
     10 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/chacha ${CHACHACPPFLAGS}
     11 .endfor
     12