summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 12:01:22 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 12:01:22 +1000
commit1b0de9a04127eeec9a5352abd16113bb8faa494c (patch)
tree00c7793912ada135aadcb2f2a7a5d8df2149e220 /ssh.c
parent4f1d6b2c112be24f6ecfcb81b56f0180ec76ea66 (diff)
- dtucker@cvs.openbsd.org 2005/04/06 12:26:06
[ssh.c] Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@ (ID sync only - change already in portable)
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 1f19229b7..cff54b9d6 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.234 2005/03/10 22:01:06 deraadt Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.235 2005/04/06 12:26:06 dtucker Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>