]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-arc4random.c
- markus@cvs.openbsd.org 2001/04/04 00:06:54
[openssh.git] / openbsd-compat / bsd-arc4random.c
index 9585fc788bd2f4d588dbc4e781411a30a8109d98..4fcfc6ec7d2a7330ba143c173704acd030748f86 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "includes.h"
+#include "log.h"
 
 RCSID("$Id$");
 
@@ -30,6 +31,7 @@ RCSID("$Id$");
 
 #include <openssl/rand.h>
 #include <openssl/rc4.h>
+#include <openssl/err.h>
 
 /* Size of key to use */
 #define SEED_SIZE 20
This page took 0.034122 seconds and 4 git commands to generate.