]> andersk Git - openssh.git/blobdiff - ssh.h
Removed one more 'ISSUE' comment in auth1.c
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 9c487a398b6756428506e2987048917d86b04adf..736d1dd65e158b0e2a185b79cbbebc571ef0a73d 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -12,7 +12,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: ssh.h,v 1.58 2001/01/18 16:20:22 markus Exp $"); */
+/* RCSID("$OpenBSD: ssh.h,v 1.59 2001/01/19 12:45:27 markus Exp $"); */
 
 #ifndef SSH_H
 #define SSH_H
@@ -549,12 +549,6 @@ int     radix_to_creds(const char *buf, CREDENTIALS * creds);
 
 #endif                         /* KRB4 */
 
-#ifdef SKEY
-#include <skey.h>
-char   *skey_fake_keyinfo(char *username);
-int    auth_skey_password(struct passwd * pw, const char *password);
-#endif                         /* SKEY */
-
 /* AF_UNSPEC or AF_INET or AF_INET6 */
 extern int IPv4or6;
 
This page took 0.110841 seconds and 4 git commands to generate.