]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
asn1_parse.c: Fixed typo in comment
authorPkeane22 <61167933+Pkeane22@users.noreply.github.com>
Sun, 7 Sep 2025 21:09:27 +0000 (17:09 -0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Sep 2025 07:48:13 +0000 (09:48 +0200)
Changed "15" to "14" on the comment line in ASN1_tag2str.

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28467)

crypto/asn1/asn1_parse.c

index 29a469d157c19e6c298cef174e150fe342994df6..84910a8a174a47e64bed6603a1c1b6ee77ad340c 100644 (file)
@@ -366,7 +366,7 @@ const char *ASN1_tag2str(int tag)
         "NULL", "OBJECT", "OBJECT DESCRIPTOR", "EXTERNAL", "REAL",
         /* 10-13 */
         "ENUMERATED", "<ASN1 11>", "UTF8STRING", "<ASN1 13>",
-        /* 15-17 */
+        /* 14-17 */
         "<ASN1 14>", "<ASN1 15>", "SEQUENCE", "SET",
         /* 18-20 */
         "NUMERICSTRING", "PRINTABLESTRING", "T61STRING",