summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshconnect2.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c319fe8..19f075f4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,8 @@
9 report and patch from res AT qoxp.net (bz#1200); ok markus@ 9 report and patch from res AT qoxp.net (bz#1200); ok markus@
10 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat 10 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat
11 code, replace with equivalent cygwin library call. Patch from vinschen 11 code, replace with equivalent cygwin library call. Patch from vinschen
12 at redhat.comi, ok djm@. 12 at redhat.com, ok djm@.
13 - (djm) [sshconnect2.c] vis.h isn't available everywhere
13 14
1420080716 1520080716
15 - OpenBSD CVS Sync 16 - OpenBSD CVS Sync
@@ -4697,4 +4698,4 @@
4697 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4698 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4698 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4699 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4699 4700
4700$Id: ChangeLog,v 1.5090 2008/07/17 09:03:49 dtucker Exp $ 4701$Id: ChangeLog,v 1.5091 2008/07/17 09:15:43 djm Exp $
diff --git a/sshconnect2.c b/sshconnect2.c
index 067fad545..389bec9e4 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -38,7 +38,9 @@
38#include <stdio.h> 38#include <stdio.h>
39#include <string.h> 39#include <string.h>
40#include <unistd.h> 40#include <unistd.h>
41#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H)
41#include <vis.h> 42#include <vis.h>
43#endif
42 44
43#include "openbsd-compat/sys-queue.h" 45#include "openbsd-compat/sys-queue.h"
44 46