mirror of https://github.com/openssl/openssl.git
				
				
				
			asn1_parse.c: Fixed typo in comment
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)
This commit is contained in:
		
							parent
							
								
									3f77491cb3
								
							
						
					
					
						commit
						29026c426c
					
				| 
						 | 
					@ -366,7 +366,7 @@ const char *ASN1_tag2str(int tag)
 | 
				
			||||||
        "NULL", "OBJECT", "OBJECT DESCRIPTOR", "EXTERNAL", "REAL",
 | 
					        "NULL", "OBJECT", "OBJECT DESCRIPTOR", "EXTERNAL", "REAL",
 | 
				
			||||||
        /* 10-13 */
 | 
					        /* 10-13 */
 | 
				
			||||||
        "ENUMERATED", "<ASN1 11>", "UTF8STRING", "<ASN1 13>",
 | 
					        "ENUMERATED", "<ASN1 11>", "UTF8STRING", "<ASN1 13>",
 | 
				
			||||||
        /* 15-17 */
 | 
					        /* 14-17 */
 | 
				
			||||||
        "<ASN1 14>", "<ASN1 15>", "SEQUENCE", "SET",
 | 
					        "<ASN1 14>", "<ASN1 15>", "SEQUENCE", "SET",
 | 
				
			||||||
        /* 18-20 */
 | 
					        /* 18-20 */
 | 
				
			||||||
        "NUMERICSTRING", "PRINTABLESTRING", "T61STRING",
 | 
					        "NUMERICSTRING", "PRINTABLESTRING", "T61STRING",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue