blob: fe0f7cffb6de0ee3acce76adc2ef900c5b511bb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: md2.inc,v 1.4 2003/07/24 14:16:32 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/md2/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/md2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/md2
SRCS+=md2_dgst.c md2_one.c
|