summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ssh.h b/ssh.h
index 9c487a398..736d1dd65 100644
--- a/ssh.h
+++ b/ssh.h
@@ -12,7 +12,7 @@
12 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
13 */ 13 */
14 14
15/* RCSID("$OpenBSD: ssh.h,v 1.58 2001/01/18 16:20:22 markus Exp $"); */ 15/* RCSID("$OpenBSD: ssh.h,v 1.59 2001/01/19 12:45:27 markus Exp $"); */
16 16
17#ifndef SSH_H 17#ifndef SSH_H
18#define SSH_H 18#define SSH_H
@@ -549,12 +549,6 @@ int radix_to_creds(const char *buf, CREDENTIALS * creds);
549 549
550#endif /* KRB4 */ 550#endif /* KRB4 */
551 551
552#ifdef SKEY
553#include <skey.h>
554char *skey_fake_keyinfo(char *username);
555int auth_skey_password(struct passwd * pw, const char *password);
556#endif /* SKEY */
557
558/* AF_UNSPEC or AF_INET or AF_INET6 */ 552/* AF_UNSPEC or AF_INET or AF_INET6 */
559extern int IPv4or6; 553extern int IPv4or6;
560 554