aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/asn1_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+8
| | | | | | | -Wincompatible-pointer-types-discards-qualifiers (the latter did not require any code changes). Reviewed-by: Rich Salz <rsalz@openssl.org>
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-0/+10
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-0/+16
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-0/+105
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>