projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758f942
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 18 Feb 2003 12:46:47 +0000
(12:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 18 Feb 2003 12:46:47 +0000
(12:46 +0000)
crypto/asn1/asn1_gen.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1_gen.c
b/crypto/asn1/asn1_gen.c
index 3d9d2ce07b9940f0fcb1cc05123ac6140932ca08..c162042a0cc12310a29be68be74917895fb28e8d 100644
(file)
--- a/
crypto/asn1/asn1_gen.c
+++ b/
crypto/asn1/asn1_gen.c
@@
-597,7
+597,7
@@
static int asn1_str2tag(const char *tagstr, int len)
/* SEQUENCE wrapper */
ASN1_GEN_STR("SEQWRAP", ASN1_GEN_FLAG_SEQWRAP),
/* SET wrapper */
- ASN1_GEN_STR("SETWRAP", ASN1_GEN_FLAG_SE
Q
WRAP),
+ ASN1_GEN_STR("SETWRAP", ASN1_GEN_FLAG_SE
T
WRAP),
/* BIT STRING wrapper */
ASN1_GEN_STR("BITWRAP", ASN1_GEN_FLAG_BITWRAP),
ASN1_GEN_STR("FORM", ASN1_GEN_FLAG_FORMAT),