blob: a4cb239790050eee2bb4b8ee95b650e552f8107e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: sha.inc,v 1.5 2003/11/13 02:10:00 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/sha/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/sha
CPPFLAGS+= -I${OPENSSLSRC}/crypto/sha
SRCS+=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c
|