2002-09-26 17:05:54 +04:00
|
|
|
# $NetBSD: mdc2.inc,v 1.5 2002/09/26 13:05:54 itojun Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/mdc2/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/mdc2
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
|
2000-06-16 08:21:31 +04:00
|
|
|
|
2002-09-26 17:05:54 +04:00
|
|
|
SRCS+= mdc2_one.c
|
|
|
|
# MDC2 is a patented algorithm; abort().
|
|
|
|
# see ../libcrypto_mdc2
|
|
|
|
SRCS+= mdc2dgst_dummy.c
|
|
|
|
#SRCS+= mdc2dgst.c
|