Add new 'clear' functions for items, templates
commitf0c59ec71d7c5d3f8129bfff824d945f6c14cdd9
authorsteve <steve>
Tue, 5 Dec 2000 21:21:52 +0000 (5 21:21 +0000)
committersteve <steve>
Tue, 5 Dec 2000 21:21:52 +0000 (5 21:21 +0000)
treecc025fa6cedf65db18e277416a389b1afa96b558
parent7b900f9ad5688222de169f33827925fc6213398b
Add new 'clear' functions for items, templates
and primitive types.

This is needed when a type is OPTIONAL and it should
be set to the value that signifies its absence. This
will normally be NULL but there are some exceptions
that have to be handled: currenly BOOLEAN and LONG.
crypto/asn1/asn1t.h
crypto/asn1/tasn_new.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_bignum.c
crypto/asn1/x_long.c
crypto/asn1/x_name.c