NetBSD/lib/libcrypto/hmac.inc

17 lines
367 B
PHP

# $NetBSD: hmac.inc,v 1.7 2008/05/09 21:52:18 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from src/crypto/dist/openssl/crypto/hmac/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/hmac
HMAC_SRCS = hmac.c hm_ameth.c hm_pmeth.c
SRCS += ${HMAC_SRCS}
.for cryptosrc in ${HMAC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/hmac
.endfor