summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authordamien <damien>2000-04-16 02:31:48 +0000
committerdamien <damien>2000-04-16 02:31:48 +0000
commit051a29f7739eba1a8d6f848ac6994ebc9303983f (patch)
treec9860bb0365baa85fc32dd216295b78efd8a757a /entropy.c
parentb0072a0e6ce1099ee37a373007d920e3c87aa0ea (diff)
downloadopenssh-051a29f7739eba1a8d6f848ac6994ebc9303983f.tar.gz
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/entropy.c b/entropy.c
index f304e21c..549fe702 100644
--- a/entropy.c
+++ b/entropy.c
@@ -32,16 +32,10 @@
#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: entropy.c,v 1.4 2000/04/08 07:48:56 damien Exp $");
+RCSID("$Id: entropy.c,v 1.5 2000/04/16 02:31:50 damien Exp $");
#ifdef EGD_SOCKET
#ifndef offsetof