summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-05 12:57:50 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-05 12:57:50 +0000
commit2d681b779cf0936b441914eabff301e3b036f6a2 (patch)
tree2512d3556656d5790fbac5acf04a5e752b7b1a06 /crypto
parent3908cdf442e3394ee7fa52b46d8715796ca5ea6a (diff)
Fix for bug in pkcs12 program and typo in ASN1_tag2str().
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/asn1_par.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c
index 8209b7f240..5a628a4bc2 100644
--- a/crypto/asn1/asn1_par.c
+++ b/crypto/asn1/asn1_par.c
@@ -371,7 +371,7 @@ const char *ASN1_tag2str(int tag)
"ENUMERATED", "<ASN1 11>", "UTF8STRING", "<ASN1 13>", /* 10-13 */
"<ASN1 14>", "<ASN1 15>", "SEQUENCE", "SET", /* 15-17 */
"NUMERICSTRING", "PRINTABLESTRING", "T61STRING", /* 18-20 */
- "VIDEOTEXSTRING", "IA5STRING", "UTCTIME" "GENERALIZEDTIME", /* 21-24 */
+ "VIDEOTEXSTRING", "IA5STRING", "UTCTIME","GENERALIZEDTIME", /* 21-24 */
"GRAPHICSTRING", "VISIBLESTRING", "GENERALSTRING", /* 25-27 */
"UNIVERSALSTRING", "<ASN1 29>", "BMPSTRING" /* 28-30 */
};