summaryrefslogtreecommitdiff
path: root/bufec.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
commit58538d795e0b662f2f4e5a7193f1204bbe992ddd (patch)
treefadd72e47e3262cdb473db1ac2d225254d3beac5 /bufec.c
parenteb012ac581fd0abc16ee86ee3a68cf07c8ce4d08 (diff)
- (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 @@
18 18
19/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ 19/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
20 20
21#include "includes.h"
22
21#include <sys/types.h> 23#include <sys/types.h>
22 24
23#include "buffer.h" 25#include "buffer.h"