diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "includes.h" | 13 | #include "includes.h" |
14 | RCSID("$Id: ssh.c,v 1.31 2000/05/17 12:34:24 damien Exp $"); | 14 | RCSID("$Id: ssh.c,v 1.32 2000/05/20 05:22:37 damien Exp $"); |
15 | 15 | ||
16 | #include <openssl/evp.h> | 16 | #include <openssl/evp.h> |
17 | #include <openssl/dsa.h> | 17 | #include <openssl/dsa.h> |
@@ -435,7 +435,7 @@ main(int ac, char **av) | |||
435 | buffer_init(&command); | 435 | buffer_init(&command); |
436 | 436 | ||
437 | OpenSSL_add_all_algorithms(); | 437 | OpenSSL_add_all_algorithms(); |
438 | 438 | ||
439 | /* | 439 | /* |
440 | * Save the command to execute on the remote host in a buffer. There | 440 | * Save the command to execute on the remote host in a buffer. There |
441 | * is no limit on the length of the command, except by the maximum | 441 | * is no limit on the length of the command, except by the maximum |