- small typo

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@259 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-03-05 09:30:01 +00:00
parent ffe5629e89
commit 9f43b3b0f3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static const struct sc_asn1_entry c_asn1_rsakey_attr[] = {
};
static const struct sc_asn1_entry c_asn1_type_attr[] = {
{ "privateRSAKeyAttributes", SC_ASN1_STRUCT, ASN1_SEQUENCE | SC_ASN1_CONS, 0, NULL },
{ "publicRSAKeyAttributes", SC_ASN1_STRUCT, ASN1_SEQUENCE | SC_ASN1_CONS, 0, NULL },
{ NULL }
};