From 5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 23 Mar 2015 18:42:42 +0000 Subject: Move some ASN.1 internals to asn1_int.h Move ASN.1 internals used across multiple directories into new internal header file asn1_int.h remove crypto/Makefile hack which allowed other directories to include "asn1_locl.h" Reviewed-by: Matt Caswell --- crypto/pem/pem_pkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/pem/pem_pkey.c') diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c index 25b1095a47..fd7e8b0376 100644 --- a/crypto/pem/pem_pkey.c +++ b/crypto/pem/pem_pkey.c @@ -71,7 +71,7 @@ #ifndef OPENSSL_NO_DH # include #endif -#include "asn1_locl.h" +#include "internal/asn1_int.h" int pem_check_suffix(const char *pem_str, const char *suffix); -- cgit v1.2.3