=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/scard.c,v retrieving revision 1.26.2.1 retrieving revision 1.27 diff -u -r1.26.2.1 -r1.27 --- src/usr.bin/ssh/Attic/scard.c 2003/09/16 21:20:26 1.26.2.1 +++ src/usr.bin/ssh/Attic/scard.c 2003/04/08 20:21:29 1.27 @@ -24,7 +24,7 @@ #ifdef SMARTCARD #include "includes.h" -RCSID("$OpenBSD: scard.c,v 1.26.2.1 2003/09/16 21:20:26 brad Exp $"); +RCSID("$OpenBSD: scard.c,v 1.27 2003/04/08 20:21:29 itojun Exp $"); #include #include @@ -554,11 +554,4 @@ sectok_close(fd); return (status); } - -char * -sc_get_key_label(Key *key) -{ - return xstrdup("smartcard key"); -} - #endif /* SMARTCARD */