aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_asn1.c
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/ecs_asn1.c
parent7ab2d3034988aae4dd013a2d8ec955bf2b21858b (diff)
downloadopenssl-6a50d0a422a7491c98df37772e37fede2135770d.tar.gz
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis
for ecdh)
Diffstat (limited to 'crypto/ecdsa/ecs_asn1.c')
-rw-r--r--crypto/ecdsa/ecs_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/ecs_asn1.c b/crypto/ecdsa/ecs_asn1.c
index e9e1c2b51e..b295489400 100644
--- a/crypto/ecdsa/ecs_asn1.c
+++ b/crypto/ecdsa/ecs_asn1.c
@@ -53,7 +53,7 @@
*
*/
-#include "ecdsa.h"
+#include "ecs_locl.h"
#include <openssl/err.h>
#include <openssl/asn1t.h>