move renames.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2824 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2006-01-23 21:44:37 +00:00
parent aa2d502ece
commit d501480a29
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ struct _sc_driver_entry {
};
static const struct _sc_driver_entry internal_card_drivers[] = {
{ "etoken", (void *(*)(void)) sc_get_etoken_driver },
/* legacy, the old name was "etoken", so we keep that for a while */
{ "cardos", (void *(*)(void)) sc_get_cardos_driver },
{ "etoken", (void *(*)(void)) sc_get_cardos_driver },
{ "flex", (void *(*)(void)) sc_get_cryptoflex_driver },
{ "cyberflex", (void *(*)(void)) sc_get_cyberflex_driver },
#ifdef HAVE_OPENSSL