13 lines
312 B
PHP
13 lines
312 B
PHP
# $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
|