diff options
-rw-r--r-- | usr.bin/ssh/scard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scard.c b/usr.bin/ssh/scard.c index 721e021fb51..25776d2e61d 100644 --- a/usr.bin/ssh/scard.c +++ b/usr.bin/ssh/scard.c @@ -24,7 +24,7 @@ #ifdef SMARTCARD #include "includes.h" -RCSID("$OpenBSD: scard.c,v 1.5 2001/07/04 23:13:09 markus Exp $"); +RCSID("$OpenBSD: scard.c,v 1.6 2001/07/25 11:59:35 markus Exp $"); #include <openssl/engine.h> #include <sectok.h> @@ -93,7 +93,7 @@ sc_enable_applet(void) sc_close(); return -1; } - /* send appled id */ + /* send applet id */ for (i = 0; i < sizeof(aid); i++) aid[i] = 0x77; aid_len = 5; |