[scard.c]
     typo in comment
This commit is contained in:
Ben Lindstrom 2001-08-06 21:05:05 +00:00
parent ff6458e03e
commit f9bedf1441
2 changed files with 6 additions and 3 deletions

View File

@ -29,6 +29,9 @@
- stevesk@cvs.openbsd.org 2001/07/23 18:21:46
[xmalloc.c]
no zero size xstrdup() error; ok markus@
- markus@cvs.openbsd.org 2001/07/25 11:59:35
[scard.c]
typo in comment
20010803
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
@ -6139,4 +6142,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1434 2001/08/06 21:03:23 mouring Exp $
$Id: ChangeLog,v 1.1435 2001/08/06 21:05:05 mouring Exp $

View File

@ -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;