1 # $NetBSD: sha.inc,v 1.3 2014/04/15 10:02:21 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 ${SHACPPFLAGS}