2003-11-13 05:10:00 +03:00
|
|
|
# $NetBSD: sha.inc,v 1.5 2003/11/13 02:10:00 itojun Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/sha/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/sha
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/sha
|
2000-06-16 08:21:31 +04:00
|
|
|
|
2003-11-13 05:10:00 +03:00
|
|
|
SRCS+=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c
|