summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 06549afde..24ee54142 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.178 2002/06/11 23:03:54 markus Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.179 2002/06/12 01:09:52 markus Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -620,7 +620,7 @@ again:
620#else 620#else
621 original_effective_uid == 0 && options.use_privileged_port, 621 original_effective_uid == 0 && options.use_privileged_port,
622#endif 622#endif
623 options.proxy_command) < 0) 623 options.proxy_command) != 0)
624 exit(1); 624 exit(1);
625 625
626 /* 626 /*