]> andersk Git - gssapi-openssh.git/blobdiff - openssh/authfile.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / authfile.h
index a6c74934d69ad1583a5eb73626cb7d0ecd4318cb..c8b31fbe66e36d43987758e240bcac132641d5e8 100644 (file)
@@ -1,5 +1,3 @@
-/* $OpenBSD: authfile.h,v 1.13 2006/04/25 08:02:27 dtucker Exp $ */
-
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,6 +10,8 @@
  * 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
 
@@ -19,8 +19,6 @@ int    key_save_private(Key *, const char *, const char *, const char *);
 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 **, int *);
-Key    *key_load_private_pem(int, int, const char *, char **);
-int     key_perm_ok(int, const char *);
+Key    *key_load_private_type(int, const char *, const char *, char **);
 
 #endif
This page took 0.040564 seconds and 4 git commands to generate.