summaryrefslogtreecommitdiff
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 22:23:39 +0200
commitde80f5fc0dc779bc1a6bda51a0842a6ac12f76de (patch)
treef67314e0798585077fbde982d0c1637531ec0663
parent58a6131c50771e603bde03984ff3b3ccf1dbd3cd (diff)
downloadlibtasn1-de80f5fc0dc779bc1a6bda51a0842a6ac12f76de.tar.gz
no need to reserve.
-rw-r--r--lib/libtasn1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 5ce0edf..e9337e2 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -171,7 +171,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;