minix/crypto/external/bsd/openssl/lib/libcrypto/ec.inc
2018-11-11 15:29:04 +00:00

21 lines
597 B
PHP

# $NetBSD: ec.inc,v 1.3 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/ec
EC_SRCS = ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \
ec_err.c ec_asn1.c ec_key.c ec_print.c ec_curve.c ec2_smpl.c \
ec2_mult.c ec_check.c ec_ameth.c ec_pmeth.c eck_prn.c ec_oct.c \
ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c \
ec2_oct.c ecp_oct.c
SRCS += ${EC_SRCS}
.for cryptosrc in ${EC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
.endfor