Reorganize local header files
[openssl.git] / crypto / dsa / dsa_sign.c
index 19582a077f1877e653c311369172b8553d35c692..68501efab56a11cad6c609a63148acfaec67a350 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "internal/cryptlib.h"
-#include "dsa_locl.h"
+#include "dsa_local.h"
 #include <openssl/bn.h>
 
 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)