- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for

compat stuff, specifically whether or not OpenSSL has ECC.
This commit is contained in:
Darren Tucker 2014-06-11 13:39:24 +10:00
Родитель eb012ac581
Коммит 58538d795e
5 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -17,6 +17,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include <sys/types.h>
#include "buffer.h"

Просмотреть файл

@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include <sys/types.h>
#include "buffer.h"

Просмотреть файл

@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include <sys/types.h>
#include "buffer.h"

Просмотреть файл

@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include <sys/types.h>
#include "buffer.h"