summaryrefslogtreecommitdiff
path: root/lib/libtasn1.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 09:07:41 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 09:07:41 +0100
commit435b15341e5aed9fe0f936d87a88bca31678458d (patch)
tree8cd6f62d5682b1ad4a7d273bce0a6475fd2f1e13 /lib/libtasn1.h
parent57e61a0d130b4bae6331c2412f87c45fcd540af2 (diff)
downloadlibtasn1-435b15341e5aed9fe0f936d87a88bca31678458d.tar.gz
libtasn1-435b15341e5aed9fe0f936d87a88bca31678458d.tar.bz2
libtasn1-435b15341e5aed9fe0f936d87a88bca31678458d.zip
updates in ETYPE_OK
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r--lib/libtasn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 59c3093..403ee80 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -135,6 +135,7 @@ extern "C"
typedef struct asn1_static_node_st asn1_static_node;
/* List of constants for field type of node_asn */
+#define ASN1_ETYPE_INVALID 0
#define ASN1_ETYPE_CONSTANT 1
#define ASN1_ETYPE_IDENTIFIER 2
#define ASN1_ETYPE_INTEGER 3