1 # $NetBSD: ecdsa.inc,v 1.1 2009/07/19 23:30:43 christos 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 \
15 .for cryptosrc in ${ECDSA_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ecdsa