зеркало из https://github.com/Azure/sonic-openssh.git
- (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:
Родитель
eb012ac581
Коммит
58538d795e
|
@ -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.
|
||||
|
|
2
bufaux.c
2
bufaux.c
|
@ -17,6 +17,8 @@
|
|||
|
||||
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "buffer.h"
|
||||
|
|
2
bufbn.c
2
bufbn.c
|
@ -18,6 +18,8 @@
|
|||
|
||||
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "buffer.h"
|
||||
|
|
2
bufec.c
2
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"
|
||||
|
|
2
buffer.c
2
buffer.c
|
@ -18,6 +18,8 @@
|
|||
|
||||
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "buffer.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче