summaryrefslogtreecommitdiff
path: root/lib/libtasn1.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-13 21:10:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-13 21:10:35 +0200
commit580e59b33c1db66523210406fa3d9d0e0733013d (patch)
tree37be18c52493ad39a8a5bfec5ae53b71ec4ba910 /lib/libtasn1.h
parent55f4c0daccdc4db3cd8c1e6dc90291bd265a6f54 (diff)
downloadlibtasn1-580e59b33c1db66523210406fa3d9d0e0733013d.tar.gz
no need to reserve.
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r--lib/libtasn1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index e67fdfe..1dc3e31 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -159,7 +159,6 @@ extern "C"
const void *value; /* Node value */
unsigned int value_len; /* Node value size */
unsigned int type; /* Node value type (ASN1_ETYPE_*) */
- unsigned int vals[3]; /* reserved for future use */
};
typedef struct node_data_struct ASN1_DATA_NODE;