Strip off "opensc-" prefix from the p15 module names

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@373 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-03-23 16:28:16 +00:00
parent 77c94c2793
commit fc4025e90d
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ The following options are recognized:
Generic options:
-h Show help
auth_method[opensc-pkcs15-ldap]:
auth_method[pkcs15-ldap]:
-r <reader> Reader name
LDAP specific options:
-L ldap.conf Configuration file to load
@ -38,7 +38,7 @@ LDAP specific options:
-a attribute(s)
-f filter
auth_method[opensc-pkcs15-eid]:
auth_method[pkcs15-eid]:
-r <reader> Reader name
# Copy your PEM encoded certificate to a file in your home directory

View File

@ -452,7 +452,7 @@ static const char *p15_eid_atrs[] =
struct scam_framework_ops scam_fw_p15_eid =
{
"opensc-pkcs15-eid", /* name */
"pkcs15-eid", /* name */
#ifdef ATR_SUPPORT
p15_eid_atrs, /* atrs */
#endif

View File

@ -393,7 +393,7 @@ static const char *p15_ldap_atrs[] =
struct scam_framework_ops scam_fw_p15_ldap =
{
"opensc-pkcs15-ldap", /* name */
"pkcs15-ldap", /* name */
#ifdef ATR_SUPPORT
p15_ldap_atrs, /* atrs */
#endif