13 lines
326 B
PHP
13 lines
326 B
PHP
# $NetBSD: md5.inc,v 1.4 2003/07/24 14:16:32 itojun Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/md5/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/md5
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/md5
|
|
|
|
SRCS+=md5_dgst.c md5_one.c $(MD5_ASM_OBJ)
|