Move some ASN.1 internals to asn1_int.h
authorDr. Stephen Henson <steve@openssl.org>
Mon, 23 Mar 2015 18:42:42 +0000 (18:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 24 Mar 2015 12:03:36 +0000 (12:03 +0000)
commit5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9
tree3dce872da695ad18bebda3cffc0e60bb1b8345b3
parent0dfb9398bb6493d5a56216e0c7039cb3f9fc88c6
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>
28 files changed:
crypto/Makefile
crypto/asn1/a_sign.c
crypto/asn1/a_verify.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_locl.h
crypto/asn1/d2i_pr.c
crypto/asn1/i2d_pr.c
crypto/asn1/t_x509.c
crypto/asn1/x_pubkey.c
crypto/cmac/cm_ameth.c
crypto/cms/cms_env.c
crypto/cms/cms_kari.c
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
crypto/ec/ec_ameth.c
crypto/engine/tb_asnmth.c
crypto/evp/evp_pkey.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/hmac/hm_ameth.c
crypto/include/internal/asn1_int.h [new file with mode: 0644]
crypto/pem/pem_lib.c
crypto/pem/pem_pkey.c
crypto/pkcs7/pk7_lib.c
crypto/rsa/rsa_ameth.c