1 # $NetBSD: sha.inc,v 1.10 2009/05/26 08:04:12 joerg Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/sha/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/sha
11 SHA_SRCS = sha_dgst.c sha1dgst.c sha_one.c sha1_one.c
13 # Replaced OpenSSL version to avoid overlap with libc
14 SHA_SRCS+= libc-sha512.c libc-sha256.c
18 .for cryptosrc in ${SHA_SRCS}
19 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/sha