libopensc: remove the "etoken" alias for "cardos" cards.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4659 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-08-31 01:24:53 +00:00
parent 0285264af5
commit 8d3a1bcd1f
1 changed files with 0 additions and 2 deletions

View File

@ -51,9 +51,7 @@ struct _sc_driver_entry {
};
static const struct _sc_driver_entry internal_card_drivers[] = {
/* 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 ENABLE_OPENSSL