Home | History | Annotate | Line # | Download | only in libcrypto
bf.inc revision 1.1
      1  1.1  christos #	$NetBSD: bf.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2  1.1  christos 
      3  1.1  christos .PATH.c:	${OPENSSLSRC}/crypto/bf
      4  1.1  christos 
      5  1.1  christos BF_SRCS ?= bf_enc.c
      6  1.1  christos 
      7  1.1  christos BF_SRCS += \
      8  1.1  christos bf_cfb64.c \
      9  1.1  christos bf_ecb.c \
     10  1.1  christos bf_ofb64.c \
     11  1.1  christos bf_skey.c \
     12  1.1  christos 
     13  1.1  christos SRCS += ${BF_SRCS}
     14  1.1  christos 
     15  1.1  christos .for cryptosrc in ${BF_SRCS}
     16  1.1  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/bf ${BFCPPFLAGS}
     17  1.1  christos .endfor
     18