]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/asn1/x_bignum.c
Fix print of ASN.1 BIGNUM type.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 18 Jul 2016 16:52:56 +0000 (17:52 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 18 Jul 2016 16:53:05 +0000 (17:53 +0100)
commit3cea73a7fcaaada1ea0ee4b4353ed0176fee1112
tree5f38be17af4757ff61cb77ad1c400b9bcf9c82db
parent23dd09b5e96039300ba0196c122046d1d0b31af1
Fix print of ASN.1 BIGNUM type.

The ASN.1 BIGNUM type needs to be handled in a custom way as it is
not a generic ASN1_STRING type.

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