fix channel/smartcard: remove SCardAddReaderName
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Mon, 11 Dec 2017 13:31:19 +0000 (14:31 +0100)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 13 Dec 2017 16:04:06 +0000 (17:04 +0100)
commite3d45c458057910a2409626858492a9de33728be
treee2706123bc7270db6dff9e47bcfba776f6860a42
parent1e6fea7fa79b28ba262241f1d6f7820dc3daa494
fix channel/smartcard: remove SCardAddReaderName

SCardAddReaderName isn't part of the SCard API.

Note: removing this also removes the possibility to redirect single
smartcard readers with /smartcard:READERNAME. However this features
wasn't implemented in a general way and will be re-added as part of
the smart card channel directly.
channels/smartcard/client/smartcard_main.c
winpr/include/winpr/smartcard.h
winpr/libwinpr/smartcard/smartcard.c
winpr/libwinpr/smartcard/smartcard_pcsc.c
winpr/libwinpr/smartcard/smartcard_pcsc.h
winpr/libwinpr/smartcard/smartcard_winscard.c