]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/asn1_lib.c
asn1_lib.c: ASN1_put_object: Remove comment about "class 0".
[thirdparty/openssl.git] / crypto / asn1 / asn1_lib.c
index 72d15acc7ef215eca291858b20728f9d98c1c953..b1fa6b55a05921af103f49536050593440b6ded1 100644 (file)
@@ -155,7 +155,7 @@ static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,
 }
 
 /*
- * class 0 is constructed constructed == 2 for indefinite length constructed
+ * constructed == 2 for indefinite length constructed
  */
 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag,
                      int xclass)