2007-12-10 01:44:12 +03:00
|
|
|
# $NetBSD: mdc2.inc,v 1.8 2007/12/09 22:44:18 adrianp Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2007-12-10 01:44:12 +03:00
|
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/mdc2/Makefile
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/mdc2
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
MDC2_SRCS = mdc2_one.c
|
2002-09-26 17:05:54 +04:00
|
|
|
# MDC2 is a patented algorithm; abort().
|
|
|
|
# see ../libcrypto_mdc2
|
2006-03-18 02:10:48 +03:00
|
|
|
MDC2_SRCS += mdc2dgst_dummy.c
|
2002-09-26 17:05:54 +04:00
|
|
|
#SRCS+= mdc2dgst.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${MDC2_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${MDC2_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
|
|
|
|
.endfor
|