mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 16:22:05 +00: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]
|
- [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
|
[ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents
|
||||||
- [Makefile.in] Add ed25519 sources
|
- [Makefile.in] Add ed25519 sources
|
||||||
|
- [authfile.c] Conditionalise inclusion of util.h
|
||||||
|
|
||||||
20131205
|
20131205
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -60,7 +60,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_UTIL_H
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "cipher.h"
|
#include "cipher.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user