summaryrefslogtreecommitdiff
path: root/scard.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:05:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:05:05 +0000
commitf9bedf1441832e9ab71dd69d83ec2c33774e83e8 (patch)
tree99f1e77d4083773f0a34207a3868784877473188 /scard.c
parentff6458e03e64e0942379bed22119e902e4cc2b08 (diff)
- markus@cvs.openbsd.org 2001/07/25 11:59:35
[scard.c] typo in comment
Diffstat (limited to 'scard.c')
-rw-r--r--scard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scard.c b/scard.c
index 721e021fb..25776d2e6 100644
--- a/scard.c
+++ b/scard.c
@@ -24,7 +24,7 @@
24 24
25#ifdef SMARTCARD 25#ifdef SMARTCARD
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: scard.c,v 1.5 2001/07/04 23:13:09 markus Exp $"); 27RCSID("$OpenBSD: scard.c,v 1.6 2001/07/25 11:59:35 markus Exp $");
28 28
29#include <openssl/engine.h> 29#include <openssl/engine.h>
30#include <sectok.h> 30#include <sectok.h>
@@ -93,7 +93,7 @@ sc_enable_applet(void)
93 sc_close(); 93 sc_close();
94 return -1; 94 return -1;
95 } 95 }
96 /* send appled id */ 96 /* send applet id */
97 for (i = 0; i < sizeof(aid); i++) 97 for (i = 0; i < sizeof(aid); i++)
98 aid[i] = 0x77; 98 aid[i] = 0x77;
99 aid_len = 5; 99 aid_len = 5;