Remove old style ASN.1 support.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 9 Feb 2015 14:54:48 +0000 (14:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 23 Mar 2015 23:21:40 +0000 (23:21 +0000)
commitdd12df794a6fde993cb1970d1f484793a0973988
treea455b5eb39546b7a0b9063531b8f96a47c790870
parent4dcb4b91db26de8716c2f43ffb710175fc3279fc
Remove old style ASN.1 support.

Remove old ASN.1 COMPAT type. This was meant as a temporary measure
so older ASN.1 code (from OpenSSL 0.9.6) still worked. It's a hack
which breaks constification and hopefully nothing uses it now, if
it ever did.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/asn1/asn1t.h
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c