blob: 3153993d8d21621e9b752a4ec5b726bde2c41ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: hmac.inc,v 1.3 2000/07/16 07:16:22 mrg 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
CPPFLAGS+= -I${OPENSSLSRC}/crypto/hmac
SRCS+=hmac.c
|