]> andersk Git - openssh.git/blobdiff - authfile.h
- (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c
[openssh.git] / authfile.h
index c8b31fbe66e36d43987758e240bcac132641d5e8..7f92701ec055200a776f127ae6fcd6bf89fcfb4c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: authfile.h,v 1.10 2002/05/23 19:24:30 markus Exp $    */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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(const char *, char **);
 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
This page took 0.030555 seconds and 4 git commands to generate.