2013-04-06 16:48:33 +02:00

19 lines
424 B
PHP

# $NetBSD: mdc2.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from src/crypto/dist/openssl/crypto/mdc2/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/mdc2
MDC2_SRCS = mdc2_one.c
# MDC2 is a patented algorithm; abort().
# see ../libcrypto_mdc2
SRCS+= ${MDC2_SRCS} mdc2dgst.c
.for cryptosrc in ${MDC2_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
.endfor