=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.h,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- src/usr.bin/ssh/authfile.h 2002/03/04 17:27:39 1.9 +++ src/usr.bin/ssh/authfile.h 2002/06/26 15:30:37 1.9.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.h,v 1.9 2002/03/04 17:27:39 stevesk Exp $ */ +/* $OpenBSD: authfile.h,v 1.9.2.1 2002/06/26 15:30:37 jason Exp $ */ /* * Author: Tatu Ylonen @@ -20,5 +20,6 @@ Key *key_load_public_type(int, const char *, char **); Key *key_load_private(const char *, const char *, char **); Key *key_load_private_type(int, const char *, const char *, char **); +Key *key_load_private_pem(int, int, const char *, char **); #endif