Allocate string types directly.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 24 Feb 2015 00:57:51 +0000 (00:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 13 Mar 2015 16:42:44 +0000 (16:42 +0000)
commit3d6aa6d441fe8124d247dffee5c68c2e5efd8258
treec5e739bbaa3232800064b168b139ad8ff5ae053e
parentffa75828dd13decb41d075576db676c81c1198f1
Allocate string types directly.

Allocate and free ASN.1 string types directly instead of going through
the ASN.1 item code.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/asn1/tasn_typ.c