diff options
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r-- | src/lib/libssl/src/apps/rand.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c index 355a42e184..c543e326b2 100644 --- a/src/lib/libssl/src/apps/rand.c +++ b/src/lib/libssl/src/apps/rand.c | |||
@@ -53,17 +53,16 @@ | |||
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | 55 | ||
56 | #include "apps.h" | ||
57 | |||
58 | #include <ctype.h> | 56 | #include <ctype.h> |
59 | #include <stdio.h> | 57 | #include <stdio.h> |
60 | #include <string.h> | 58 | #include <string.h> |
61 | 59 | ||
60 | #include "apps.h" | ||
61 | |||
62 | #include <openssl/bio.h> | 62 | #include <openssl/bio.h> |
63 | #include <openssl/err.h> | 63 | #include <openssl/err.h> |
64 | #include <openssl/rand.h> | 64 | #include <openssl/rand.h> |
65 | 65 | ||
66 | |||
67 | /* -out file - write to file | 66 | /* -out file - write to file |
68 | * -rand file:file - PRNG seed files | 67 | * -rand file:file - PRNG seed files |
69 | * -base64 - base64 encode output | 68 | * -base64 - base64 encode output |