summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/rand/rand_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/rand/rand_lib.c')
-rw-r--r--lib/libssl/src/crypto/rand/rand_lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/rand/rand_lib.c b/lib/libssl/src/crypto/rand/rand_lib.c
index 2b2c8277408..8342a55f05d 100644
--- a/lib/libssl/src/crypto/rand/rand_lib.c
+++ b/lib/libssl/src/crypto/rand/rand_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rand_lib.c,v 1.19 2014/07/11 08:44:49 jsing Exp $ */
+/* $OpenBSD: rand_lib.c,v 1.20 2014/10/22 13:02:04 jsing Exp $ */
/*
* Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
*
@@ -15,12 +15,12 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <stdlib.h>
+
#include <openssl/opensslconf.h>
#include <openssl/rand.h>
-#include <stdlib.h>
-
/*
* The useful functions in this file are at the bottom.
*/