- (djm) [sshkey.c] Conditionalise inclusion of util.h

This commit is contained in:
Damien Miller 2014-07-02 17:43:41 +10:00
parent dd8b1dd793
commit 82b2482ce6
2 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,7 @@
[regress/unittests/sshkey/testdata/rsa_n]
[regress/unittests/sshkey/testdata/rsa_n_pw]
unit and fuzz tests for new key API
- (djm) [sshkey.c] Conditionalise inclusion of util.h
20140618
- (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare

View File

@ -39,7 +39,9 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */
#include "ssh2.h"
#include "ssherr.h"