commit | 6a50d0a422a7491c98df37772e37fede2135770d | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Fri Apr 29 15:56:06 2005 +0000 |
committer | Nils Larsch <nils@openssl.org> | Fri Apr 29 15:56:06 2005 +0000 |
tree | 926c63a376d34b3e9748c34c7b6b1aefde849484 | |
parent | 7ab2d3034988aae4dd013a2d8ec955bf2b21858b [diff] [blame] |
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis for ecdh)
diff --git a/crypto/ecdsa/ecs_asn1.c b/crypto/ecdsa/ecs_asn1.c index e9e1c2b..b295489 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>