2008-05-10 01:52:18 +04:00
|
|
|
# $NetBSD: hmac.inc,v 1.7 2008/05/09 21:52:18 christos Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2007-12-10 01:44:12 +03:00
|
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/hmac/Makefile
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/hmac
|
|
|
|
|
|
|
|
|
2008-05-10 01:52:18 +04:00
|
|
|
HMAC_SRCS = hmac.c hm_ameth.c hm_pmeth.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${HMAC_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${HMAC_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/hmac
|
|
|
|
.endfor
|