Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / mdc2.inc
blobd846e1edab46fc3525a5d2f5f66561881f7380a0
1 #       $NetBSD: mdc2.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/mdc2/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/mdc2
11 MDC2_SRCS = mdc2_one.c
12 # MDC2 is a patented algorithm; abort().
13 # see ../libcrypto_mdc2
14 SRCS+=  ${MDC2_SRCS} mdc2dgst.c
16 .for cryptosrc in ${MDC2_SRCS}
17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
18 .endfor