From 7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 8 Apr 2003 20:21:28 +0000 Subject: rename log() into logit() to avoid name conflict. markus ok, from netbsd --- usr.bin/ssh/scard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh/scard.c') diff --git a/usr.bin/ssh/scard.c b/usr.bin/ssh/scard.c index ce548a75ff6..e2eaf795411 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.26 2002/06/23 03:30:17 deraadt Exp $"); +RCSID("$OpenBSD: scard.c,v 1.27 2003/04/08 20:21:29 itojun Exp $"); #include #include @@ -526,7 +526,7 @@ sc_put_key(Key *prv, const char *id) } if (!sectok_swOK(sw)) goto done; - log("cyberflex_load_rsa_priv done"); + logit("cyberflex_load_rsa_priv done"); key_fid[0] = 0x73; key_fid[1] = 0x68; if (cyberflex_load_rsa_pub(fd, cla, key_fid, len, elements[5], @@ -536,7 +536,7 @@ sc_put_key(Key *prv, const char *id) } if (!sectok_swOK(sw)) goto done; - log("cyberflex_load_rsa_pub done"); + logit("cyberflex_load_rsa_pub done"); status = 0; done: -- cgit v1.2.3-59-g8ed1b