]> andersk Git - openssh.git/blobdiff - ssh.c
- rees@cvs.openbsd.org 2002/03/21 22:44:05
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 7c57ca790c6799dc1bd9b78930b9b9bde42aadbc..ae2e85480ff55be9dcf96b7f74f012b63467a404 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.165 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.166 2002/03/21 22:44:05 rees Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -1193,7 +1193,7 @@ load_public_identity_files(void)
 #ifdef SMARTCARD
        if (options.smartcard_device != NULL &&
            options.num_identity_files + 1 < SSH_MAX_IDENTITY_FILES &&
-           (public = sc_get_key(options.smartcard_device)) != NULL ) {
+           (public = sc_get_key(options.smartcard_device, NULL)) != NULL ) {
                Key *new;
 
                if (options.num_identity_files + 2 > SSH_MAX_IDENTITY_FILES)
This page took 0.035312 seconds and 4 git commands to generate.