aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/x_pubkey.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-23 18:42:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-24 12:03:36 +0000
commit5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9 (patch)
tree3dce872da695ad18bebda3cffc0e60bb1b8345b3 /crypto/asn1/x_pubkey.c
parent0dfb9398bb6493d5a56216e0c7039cb3f9fc88c6 (diff)
downloadopenssl-5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9.zip
openssl-5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9.tar.gz
openssl-5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9.tar.bz2
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 <matt@openssl.org>
Diffstat (limited to 'crypto/asn1/x_pubkey.c')
-rw-r--r--crypto/asn1/x_pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c
index 4b68201..cefaf3a 100644
--- a/crypto/asn1/x_pubkey.c
+++ b/crypto/asn1/x_pubkey.c
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include <openssl/asn1t.h>
#include <openssl/x509.h>
-#include "asn1_locl.h"
+#include "internal/asn1_int.h"
#ifndef OPENSSL_NO_RSA
# include <openssl/rsa.h>
#endif