17 lines
382 B
PHP
17 lines
382 B
PHP
# $NetBSD: ecdh.inc,v 1.2 2016/10/14 16:09:43 spz Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/ecdh
|
|
|
|
|
|
ECDH_SRCS = ech_err.c ech_key.c ech_lib.c ech_ossl.c ech_kdf.c
|
|
SRCS += ${ECDH_SRCS}
|
|
|
|
.for cryptosrc in ${ECDH_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ecdh
|
|
.endfor
|