mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-04 03:14:29 +08:00
- [authfile.c] Conditionalise inclusion of util.h
This commit is contained in:
parent
a913442bac
commit
4260828a29
@ -36,6 +36,7 @@
|
||||
- [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
|
||||
[ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents
|
||||
- [Makefile.in] Add ed25519 sources
|
||||
- [authfile.c] Conditionalise inclusion of util.h
|
||||
|
||||
20131205
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -60,7 +60,9 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "cipher.h"
|
||||
|
Loading…
Reference in New Issue
Block a user