summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-02-15 23:19:59 +0000
committermarkus <markus@openbsd.org>2001-02-15 23:19:59 +0000
commit5a588a898ab777be1642ba137d3b559ceebc0fc4 (patch)
tree67308bcce4d0b566da42ce813f61498f7a0240f8 /usr.bin/ssh/sshconnect.h
parentfix change from previous commit that didn't get the ports correctly (diff)
downloadwireguard-openbsd-5a588a898ab777be1642ba137d3b559ceebc0fc4.tar.xz
wireguard-openbsd-5a588a898ab777be1642ba137d3b559ceebc0fc4.zip
genericize password padding function for SSH1 and SSH2.
add stylized echo to 2, too.
Diffstat (limited to 'usr.bin/ssh/sshconnect.h')
-rw-r--r--usr.bin/ssh/sshconnect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect.h b/usr.bin/ssh/sshconnect.h
index 8337cb71d2b..4edd72f2ef7 100644
--- a/usr.bin/ssh/sshconnect.h
+++ b/usr.bin/ssh/sshconnect.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.h,v 1.5 2001/01/29 01:58:18 niklas Exp $ */
+/* $OpenBSD: sshconnect.h,v 1.6 2001/02/15 23:19:59 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -66,4 +66,6 @@ ssh_userauth(const char * local_user, const char * server_user, char *host,
void ssh_kex2(char *host, struct sockaddr *hostaddr);
void ssh_userauth2(const char *server_user, char *host);
+void ssh_put_password(char *password);
+
#endif