blob: de87368da15680415bf6b0df12f81e11b481466c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: mdc2.inc,v 1.3 2000/07/16 07:16:23 mrg Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/mdc2/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/mdc2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
SRCS+=mdc2dgst.c mdc2_one.c
|