diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 05:39:24 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 05:39:24 +0200 |
commit | 58538d795e0b662f2f4e5a7193f1204bbe992ddd (patch) | |
tree | fadd72e47e3262cdb473db1ac2d225254d3beac5 /bufec.c | |
parent | - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an (diff) | |
download | openssh-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ +#include "includes.h" + #include <sys/types.h> #include "buffer.h" |