
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
15 lines
301 B
PHP
15 lines
301 B
PHP
# $NetBSD: srp.inc,v 1.1 2011/06/05 23:09:50 spz Exp $
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/srp/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/srp
|
|
|
|
|
|
SRP_SRCS = srp_lib.c srp_vfy.c
|
|
SRCS += ${SRP_SRCS}
|
|
|
|
.for cryptosrc in ${SRP_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/srp
|
|
.endfor
|