=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.h,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- src/usr.bin/ssh/authfile.h 2002/03/07 17:37:46 1.8.2.1 +++ src/usr.bin/ssh/authfile.h 2002/06/22 07:23:17 1.8.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.h,v 1.8.2.1 2002/03/07 17:37:46 jason Exp $ */ +/* $OpenBSD: authfile.h,v 1.8.2.2 2002/06/22 07:23:17 miod 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