Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / ec.inc
blobfa2ea92317dbdde499bc9d6e5c42884527fcdd08
1 #       $NetBSD: ec.inc,v 1.2 2012/07/26 19:58:40 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ec
11 EC_SRCS = ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \
12         ec_err.c ec_asn1.c ec_key.c ec_print.c ec_curve.c ec2_smpl.c \
13         ec2_mult.c ec_check.c ec_ameth.c ec_pmeth.c eck_prn.c ec_oct.c \
14         ec2_oct.c ecp_oct.c
15 SRCS += ${EC_SRCS}
17 .for cryptosrc in ${EC_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
19 .endfor