Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ecdsa.inc
blobf689d3b0e30773eb4a976a87cafd19c27986da91
1 #       $NetBSD: ecdsa.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/ecdsa
11 ECDSA_SRCS = ecs_asn1.c ecs_err.c ecs_lib.c ecs_locl.h ecs_ossl.c ecs_sign.c \
12         ecs_vrf.c 
13 SRCS += ${ECDSA_SRCS}
15 .for cryptosrc in ${ECDSA_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ecdsa
17 .endfor