mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Typo.
This commit is contained in:
parent
758f942b88
commit
988e8458ad
@ -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_SEQWRAP),
|
||||
ASN1_GEN_STR("SETWRAP", ASN1_GEN_FLAG_SETWRAP),
|
||||
/* BIT STRING wrapper */
|
||||
ASN1_GEN_STR("BITWRAP", ASN1_GEN_FLAG_BITWRAP),
|
||||
ASN1_GEN_STR("FORM", ASN1_GEN_FLAG_FORMAT),
|
||||
|
Loading…
Reference in New Issue
Block a user