summaryrefslogtreecommitdiff
path: root/scard.c
diff options
context:
space:
mode:
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 db0cc4a80..9791938c0 100644
--- a/scard.c
+++ b/scard.c
@@ -24,7 +24,7 @@
24 24
25#include "includes.h" 25#include "includes.h"
26#if defined(SMARTCARD) && defined(USE_SECTOK) 26#if defined(SMARTCARD) && defined(USE_SECTOK)
27RCSID("$OpenBSD: scard.c,v 1.25 2002/03/26 18:46:59 rees Exp $"); 27RCSID("$OpenBSD: scard.c,v 1.26 2002/06/23 03:30:17 deraadt Exp $");
28 28
29#include <openssl/evp.h> 29#include <openssl/evp.h>
30#include <sectok.h> 30#include <sectok.h>
@@ -191,7 +191,7 @@ sc_read_pubkey(Key * k)
191 191
192 status = 0; 192 status = 0;
193 p = key_fingerprint(k, SSH_FP_MD5, SSH_FP_HEX); 193 p = key_fingerprint(k, SSH_FP_MD5, SSH_FP_HEX);
194 debug("fingerprint %d %s", key_size(k), p); 194 debug("fingerprint %u %s", key_size(k), p);
195 xfree(p); 195 xfree(p);
196 196
197err: 197err: