=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.c,v retrieving revision 1.39.2.1 retrieving revision 1.39.2.2 diff -u -r1.39.2.1 -r1.39.2.2 --- src/usr.bin/ssh/authfile.c 2002/03/07 17:37:46 1.39.2.1 +++ src/usr.bin/ssh/authfile.c 2002/06/22 07:23:17 1.39.2.2 @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfile.c,v 1.39.2.1 2002/03/07 17:37:46 jason Exp $"); +RCSID("$OpenBSD: authfile.c,v 1.39.2.2 2002/06/22 07:23:17 miod Exp $"); #include #include @@ -421,7 +421,7 @@ return NULL; } -static Key * +Key * key_load_private_pem(int fd, int type, const char *passphrase, char **commentp) {