summaryrefslogtreecommitdiff
path: root/scard.h
diff options
context:
space:
mode:
authormouring <mouring>2001-08-06 21:35:51 +0000
committermouring <mouring>2001-08-06 21:35:51 +0000
commit7a9d9b56ec6231125e2890f9756b0f5a3e24713a (patch)
tree12f0b67ca5e3ac99d4ae312d98a621058904bfe1 /scard.h
parentc84b6610b27a0d2f2fc0bb330890f7182526bb69 (diff)
downloadopenssh-7a9d9b56ec6231125e2890f9756b0f5a3e24713a.tar.gz
- markus@cvs.openbsd.org 2001/08/01 22:03:33
[authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c ssh-agent.c ssh.c] use strings instead of ints for smartcard reader ids
Diffstat (limited to 'scard.h')
-rw-r--r--scard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scard.h b/scard.h
index 4a653158..57189df1 100644
--- a/scard.h
+++ b/scard.h
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $OpenBSD: scard.h,v 1.5 2001/07/30 16:06:07 jakob Exp $ */
+/* $OpenBSD: scard.h,v 1.6 2001/08/01 22:03:33 markus Exp $ */
#include <openssl/engine.h>
@@ -33,7 +33,7 @@
#define SCARD_ERROR_NOCARD -2
#define SCARD_ERROR_APPLET -3
-Key *sc_get_key(int);
+Key *sc_get_key(const char*);
ENGINE *sc_get_engine(void);
void sc_close(void);