summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ech_lib.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/ecdh/ech_lib.c
parent7ab2d3034988aae4dd013a2d8ec955bf2b21858b (diff)
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis
for ecdh)
Diffstat (limited to 'crypto/ecdh/ech_lib.c')
-rw-r--r--crypto/ecdh/ech_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdh/ech_lib.c b/crypto/ecdh/ech_lib.c
index 7e36cbdab7..a6392bcb3d 100644
--- a/crypto/ecdh/ech_lib.c
+++ b/crypto/ecdh/ech_lib.c
@@ -67,7 +67,7 @@
*
*/
-#include "ecdh.h"
+#include "ech_locl.h"
#include <string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>