
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
19 lines
424 B
PHP
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
|