blob: 6f23a9b2c584710abea64a999aa3e53e7f399903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: md4.inc,v 1.1 2001/04/12 07:48:04 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/md4/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/md4
CPPFLAGS+= -I${OPENSSLSRC}/crypto/md4
SRCS+= md4_dgst.c md4_one.c
|