NetBSD/lib/libcrypto/hmac.inc

17 lines
378 B
PHP

# $NetBSD: hmac.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/hmac/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/hmac
HMAC_SRCS = hmac.c
SRCS += ${HMAC_SRCS}
.for cryptosrc in ${HMAC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/hmac
.endfor