ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constants
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Dec 2012 01:25:30 +0000 (11:55 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 14 Dec 2012 02:36:42 +0000 (13:06 +1030)
commit99cca91e370ab9224755365dda98b78eb5a5417f
tree03a7b0db1f061657a7498fc2c46b616bf877ae0b
parentfacc0a6bd494ce21e31b34fc355ecf702518272b
ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constants

Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constants in the ASN.1
general decoder instead of the equivalent numbers.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/asn1_decoder.c