Support composite RDNs in X.509 certs parsing
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h
index 6a87160..0a657e1 100644
--- a/include/polarssl/asn1.h
+++ b/include/polarssl/asn1.h
@@ -155,6 +155,7 @@
     asn1_buf oid;                   /**< The object identifier. */
     asn1_buf val;                   /**< The named value. */
     struct _asn1_named_data *next;  /**< The next entry in the sequence. */
+    unsigned char next_merged;      /**< Merge next item into the current one? */
 }
 asn1_named_data;