Move some ASN.1 internals to asn1_int.h
[openssl.git] / crypto / pem / pem_pkey.c
index 25b1095a47a21621a3361da0f3c15697ed1284e6..fd7e8b037624f3f52b9cd90d51d25a490cde9ed6 100644 (file)
@@ -71,7 +71,7 @@
 #ifndef OPENSSL_NO_DH
 # include <openssl/dh.h>
 #endif
-#include "asn1_locl.h"
+#include "internal/asn1_int.h"
 
 int pem_check_suffix(const char *pem_str, const char *suffix);