aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-02-13 17:22:59 +0000
committerBodo Möller <bodo@openssl.org>2002-02-13 17:22:59 +0000
commit945e15a2536892d1e19345c58462512ac30f4d36 (patch)
treec53deb12dad5b328b568c21ed4bc45035efcf76a /crypto/ec/Makefile.ssl
parent1fe198b6f9581ebfda2e26073585d756cf193e8e (diff)
downloadopenssl-945e15a2536892d1e19345c58462512ac30f4d36.tar.gz
add support for named curves
Submitted by: Nils Larsch <nla@trustcenter.de>
Diffstat (limited to 'crypto/ec/Makefile.ssl')
-rw-r--r--crypto/ec/Makefile.ssl13
1 files changed, 11 insertions, 2 deletions
diff --git a/crypto/ec/Makefile.ssl b/crypto/ec/Makefile.ssl
index 7a21b7195f..002841eff2 100644
--- a/crypto/ec/Makefile.ssl
+++ b/crypto/ec/Makefile.ssl
@@ -24,10 +24,10 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= ec_lib.c ecp_smpl.c ecp_mont.c ecp_recp.c ecp_nist.c ec_cvt.c ec_mult.c \
- ec_err.c
+ ec_err.c ec_curve.c
LIBOBJ= ec_lib.o ecp_smpl.o ecp_mont.o ecp_recp.o ecp_nist.o ec_cvt.o ec_mult.o \
- ec_err.o
+ ec_err.o ec_curve.o
SRC= $(LIBSRC)
@@ -82,6 +82,15 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+ec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
+ec_curve.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
+ec_curve.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+ec_curve.o: ../../include/openssl/ec.h ../../include/openssl/err.h
+ec_curve.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
+ec_curve.o: ../../include/openssl/opensslconf.h
+ec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+ec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+ec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.h
ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/e_os2.h
ec_cvt.o: ../../include/openssl/ec.h ../../include/openssl/opensslconf.h
ec_cvt.o: ../../include/openssl/symhacks.h ec_cvt.c ec_lcl.h