summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/Makefile
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-29 15:56:06 +0000
committerNils Larsch <nils@openssl.org>2005-04-29 15:56:06 +0000
commit6a50d0a422a7491c98df37772e37fede2135770d (patch)
tree926c63a376d34b3e9748c34c7b6b1aefde849484 /crypto/ecdsa/Makefile
parent7ab2d3034988aae4dd013a2d8ec955bf2b21858b (diff)
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis
for ecdh)
Diffstat (limited to 'crypto/ecdsa/Makefile')
-rw-r--r--crypto/ecdsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/Makefile b/crypto/ecdsa/Makefile
index f63dc2e578..6e36bb1066 100644
--- a/crypto/ecdsa/Makefile
+++ b/crypto/ecdsa/Makefile
@@ -30,7 +30,7 @@ LIBOBJ= ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
SRC= $(LIBSRC)
EXHEADER= ecdsa.h
-HEADER= $(EXHEADER)
+HEADER= ecs_locl.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)