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