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

.PATH:	${OPENSSLSRC}/crypto/md4

MD4_SRCS += \
md4_dgst.c \
md4_one.c \

SRCS += ${MD4_SRCS}

.for cryptosrc in ${MD4_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/md4 ${MD4CPPFLAGS}
.endfor