diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "includes.h" | 13 | #include "includes.h" |
14 | RCSID("$Id: ssh.c,v 1.19 2000/02/07 02:20:26 damien Exp $"); | 14 | RCSID("$Id: ssh.c,v 1.20 2000/03/02 12:09:21 damien Exp $"); |
15 | 15 | ||
16 | #include "xmalloc.h" | 16 | #include "xmalloc.h" |
17 | #include "ssh.h" | 17 | #include "ssh.h" |
@@ -325,11 +325,7 @@ main(int ac, char **av) | |||
325 | case 'V': | 325 | case 'V': |
326 | fprintf(stderr, "SSH Version %s, protocol version %d.%d.\n", | 326 | fprintf(stderr, "SSH Version %s, protocol version %d.%d.\n", |
327 | SSH_VERSION, PROTOCOL_MAJOR, PROTOCOL_MINOR); | 327 | SSH_VERSION, PROTOCOL_MAJOR, PROTOCOL_MINOR); |
328 | #ifndef RSAREF | ||
329 | fprintf(stderr, "Compiled with SSL.\n"); | 328 | fprintf(stderr, "Compiled with SSL.\n"); |
330 | #else | ||
331 | fprintf(stderr, "Compiled with SSL (RSAref version).\n"); | ||
332 | #endif | ||
333 | if (opt == 'V') | 329 | if (opt == 'V') |
334 | exit(0); | 330 | exit(0); |
335 | debug_flag = 1; | 331 | debug_flag = 1; |