]> andersk Git - openssh.git/blobdiff - entropy.c
- Reduce diff against OpenBSD source
[openssh.git] / entropy.c
index dc01a5958327bdb1ec9fbcf1e15621d49b89283d..f3a1641965af7ff61333e282274ad2e4647b8483 100644 (file)
--- a/entropy.c
+++ b/entropy.c
 #include "ssh.h"
 #include "xmalloc.h"
 
-#ifdef HAVE_OPENSSL
-# include <openssl/rand.h>
-# include <openssl/sha.h>
-#endif
-#ifdef HAVE_SSL
-# include <ssl/rand.h>
-# include <ssl/sha.h>
-#endif
+#include <openssl/rand.h>
+#include <openssl/sha.h>
 
 RCSID("$Id$");
 
This page took 0.031351 seconds and 4 git commands to generate.