Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ecdh.inc
blob70e3286c8fbc65cb7f8c8633f5461a6c63a11501
1 #       $NetBSD: ecdh.inc,v 1.3 2007/12/09 22:44:16 adrianp Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ecdh
11 ECDH_SRCS = ech_err.c ech_key.c ech_lib.c ech_ossl.c 
12 SRCS += ${ECDH_SRCS}
14 .for cryptosrc in ${ECDH_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ecdh
16 .endfor