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

.PATH:	${OPENSSLSRC}/crypto/md5

MD5_SRCS += \
md5_dgst.c \
md5_one.c \
md5_sha1.c \

SRCS += ${MD5_SRCS}

.for cryptosrc in ${MD5_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/md5 ${MD5CPPFLAGS}
.endfor