diff options
| author | 2001-02-15 23:19:59 +0000 | |
|---|---|---|
| committer | 2001-02-15 23:19:59 +0000 | |
| commit | 5a588a898ab777be1642ba137d3b559ceebc0fc4 (patch) | |
| tree | 67308bcce4d0b566da42ce813f61498f7a0240f8 /usr.bin/ssh/sshconnect.h | |
| parent | fix change from previous commit that didn't get the ports correctly (diff) | |
| download | wireguard-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.h | 4 |
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 |
