From 8b21f7a55dc2dcaf41dc7b131ceb3f816021e9d9 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 13 Jan 2012 13:29:05 +0000 Subject: [PATCH] - Fixed variable doc for 'tag' --- include/polarssl/asn1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index 8daef5a70..bc7b6bba9 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -212,6 +212,7 @@ int asn1_get_bitstring( unsigned char **p, const unsigned char *end, * \param p The position in the ASN.1 data * \param end End of data * \param cur First variable in the chain to fill + * \param tag Type of sequence * * \return 0 if successful or a specific ASN.1 error code. */