Print <ABSENT> if a STACK is NULL.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 28 Sep 2016 14:18:58 +0000 (15:18 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 29 Sep 2016 15:21:46 +0000 (16:21 +0100)
commit73a9f60dd127df9ca05bec7afd835ff7c9bee9ae
tree3949e9a8829dd3eb98e8941a7966993b4df7db24
parentadffae15d3c6713ecd15d55d51b159b4262c20e6
Print <ABSENT> if a STACK is NULL.

If a STACK (corresponding to SEQUENCE OF or SET OF) is NULL then the
field is absent as opposed to empty (present but has zero elements).

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