From f9bedf1441832e9ab71dd69d83ec2c33774e83e8 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 6 Aug 2001 21:05:05 +0000 Subject: - markus@cvs.openbsd.org 2001/07/25 11:59:35 [scard.c] typo in comment --- ChangeLog | 5 ++++- scard.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c81e10dcc..a84425102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/scard.c b/scard.c index 721e021fb..25776d2e6 100644 --- a/scard.c +++ b/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 #include @@ -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; -- cgit v1.2.3