]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add missing headers
authorDamien Miller <djm@mindrot.org>
Sun, 18 Mar 2001 23:00:53 +0000 (10:00 +1100)
committerDamien Miller <djm@mindrot.org>
Sun, 18 Mar 2001 23:00:53 +0000 (10:00 +1100)
openbsd-compat/bsd-arc4random.c

index 2f3130700ff1ed9e96f3032ee4d08c09bd1eed89..aaf9a7b0baf6967b3b92bb024914dacd889562ec 100644 (file)
  */
 
 #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
 
 #include <openssl/rand.h>
 #include <openssl/rc4.h>
+#include <openssl/err.h>
 
 /* Size of key to use */
 #define SEED_SIZE 20