Reorganize local header files
[openssl.git] / crypto / ec / ecdsa_sign.c
index 01b3a6fb6bc7b06bae9ecb2d0babf7044ef2fcb2..7d0215b3265ad47d1c369d0ff8d8c1aa95c4d53a 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <openssl/ec.h>
-#include "ec_lcl.h"
+#include "ec_local.h"
 #include <openssl/err.h>
 
 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)