summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-27 16:45:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:18 +0000
commit2d3d00dcd85fcf6dfacebe03e1bf59388849159e (patch)
tree2be14f2c7eb679ba50fda3462bc0612b58ccdfab /crypto/ecdsa/Makefile
parent3475bc9675fd7b575b260c62424d2ac1547dd251 (diff)
Move ECDSA_SIG ASN.1 to crypto/ec
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ecdsa/Makefile')
-rw-r--r--crypto/ecdsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ecdsa/Makefile b/crypto/ecdsa/Makefile
index 01a7c34865..62d3c9f777 100644
--- a/crypto/ecdsa/Makefile
+++ b/crypto/ecdsa/Makefile
@@ -15,9 +15,9 @@ CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
LIB=$(TOP)/libcrypto.a
-LIBSRC= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c
+LIBSRC= ecs_lib.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c
-LIBOBJ= ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
+LIBOBJ= ecs_lib.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
SRC= $(LIBSRC)