summaryrefslogtreecommitdiffstats
path: root/bufec.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 05:39:24 +0200
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 05:39:24 +0200
commit58538d795e0b662f2f4e5a7193f1204bbe992ddd (patch)
treefadd72e47e3262cdb473db1ac2d225254d3beac5 /bufec.c
parent - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an (diff)
downloadopenssh-58538d795e0b662f2f4e5a7193f1204bbe992ddd.tar.xz
openssh-58538d795e0b662f2f4e5a7193f1204bbe992ddd.zip
- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
compat stuff, specifically whether or not OpenSSL has ECC.
Diffstat (limited to 'bufec.c')
-rw-r--r--bufec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bufec.c b/bufec.c
index b33ede385..127e56d43 100644
--- a/bufec.c
+++ b/bufec.c
@@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"