Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
Browse files Browse the repository at this point in the history
   compat stuff, specifically whether or not OpenSSL has ECC.
  • Loading branch information
daztucker committed Jun 11, 2014
1 parent eb012ac commit 58538d7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -19,6 +19,8 @@
OpenSSL or if OpenSSL has ECC.
- (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an
assigment that might get optimized out. ok djm@
- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
compat stuff, specifically whether or not OpenSSL has ECC.

20140527
- (djm) [cipher.c] Fix merge botch.
Expand Down
2 changes: 2 additions & 0 deletions bufaux.c
Expand Up @@ -17,6 +17,8 @@

/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */

#include "includes.h"

#include <sys/types.h>

#include "buffer.h"
Expand Down
2 changes: 2 additions & 0 deletions bufbn.c
Expand Up @@ -18,6 +18,8 @@

/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */

#include "includes.h"

#include <sys/types.h>

#include "buffer.h"
Expand Down
2 changes: 2 additions & 0 deletions bufec.c
Expand Up @@ -18,6 +18,8 @@

/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */

#include "includes.h"

#include <sys/types.h>

#include "buffer.h"
Expand Down
2 changes: 2 additions & 0 deletions buffer.c
Expand Up @@ -18,6 +18,8 @@

/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */

#include "includes.h"

#include <sys/types.h>

#include "buffer.h"
Expand Down

0 comments on commit 58538d7

Please sign in to comment.