blob: b902f8358d9d4634e3de0cd10542c84d68ea32de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: mdc2.inc,v 1.5 2002/09/26 13:05:54 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/mdc2/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/mdc2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
SRCS+= mdc2_one.c
# MDC2 is a patented algorithm; abort().
# see ../libcrypto_mdc2
SRCS+= mdc2dgst_dummy.c
#SRCS+= mdc2dgst.c
|