From fc4025e90d6949cddb21be2adc55c82c1d6b60e7 Mon Sep 17 00:00:00 2001 From: aet Date: Sat, 23 Mar 2002 16:28:16 +0000 Subject: [PATCH] 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 --- src/pam/README | 4 ++-- src/scam/p15_eid.c | 2 +- src/scam/p15_ldap.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pam/README b/src/pam/README index 8fac4fde..b8c51a04 100644 --- a/src/pam/README +++ b/src/pam/README @@ -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 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 name # Copy your PEM encoded certificate to a file in your home directory diff --git a/src/scam/p15_eid.c b/src/scam/p15_eid.c index 6a7ca569..8af9b7b9 100644 --- a/src/scam/p15_eid.c +++ b/src/scam/p15_eid.c @@ -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 diff --git a/src/scam/p15_ldap.c b/src/scam/p15_ldap.c index 96b4cd36..7187bdb2 100644 --- a/src/scam/p15_ldap.c +++ b/src/scam/p15_ldap.c @@ -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