=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.h,v retrieving revision 1.8 retrieving revision 1.8.2.2 diff -u -r1.8 -r1.8.2.2 --- src/usr.bin/ssh/authfile.h 2001/06/26 17:27:22 1.8 +++ src/usr.bin/ssh/authfile.h 2002/06/22 07:23:17 1.8.2.2 @@ -1,3 +1,5 @@ +/* $OpenBSD: authfile.h,v 1.8.2.2 2002/06/22 07:23:17 miod Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -10,8 +12,6 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* $OpenBSD: authfile.h,v 1.8 2001/06/26 17:27:22 markus Exp $ */ - #ifndef AUTHFILE_H #define AUTHFILE_H @@ -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