mirror of git://anongit.mindrot.org/openssh.git
Add missing headers
This commit is contained in:
parent
60bc517356
commit
a2dc6030f7
|
@ -23,13 +23,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
#include "log.h"
|
||||||
|
|
||||||
RCSID("$Id: bsd-arc4random.c,v 1.3 2001/03/18 22:38:16 djm Exp $");
|
RCSID("$Id: bsd-arc4random.c,v 1.4 2001/03/18 23:00:53 djm Exp $");
|
||||||
|
|
||||||
#ifndef HAVE_ARC4RANDOM
|
#ifndef HAVE_ARC4RANDOM
|
||||||
|
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/rc4.h>
|
#include <openssl/rc4.h>
|
||||||
|
#include <openssl/err.h>
|
||||||
|
|
||||||
/* Size of key to use */
|
/* Size of key to use */
|
||||||
#define SEED_SIZE 20
|
#define SEED_SIZE 20
|
||||||
|
|
Loading…
Reference in New Issue