- [authfile.c] Conditionalise inclusion of util.h

This commit is contained in:
Damien Miller 2013-12-07 11:38:03 +11:00
parent a913442bac
commit 4260828a29
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -60,7 +60,9 @@
#include <string.h>
#include <unistd.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
#include "xmalloc.h"
#include "cipher.h"