diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_rand.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_rand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/tb_rand.c b/src/lib/libcrypto/engine/tb_rand.c index f36f67c0f6..69b67111bc 100644 --- a/src/lib/libcrypto/engine/tb_rand.c +++ b/src/lib/libcrypto/engine/tb_rand.c | |||
@@ -52,6 +52,8 @@ | |||
52 | * | 52 | * |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #include <openssl/evp.h> | ||
56 | #include <openssl/engine.h> | ||
55 | #include "eng_int.h" | 57 | #include "eng_int.h" |
56 | 58 | ||
57 | /* If this symbol is defined then ENGINE_get_default_RAND(), the function that is | 59 | /* If this symbol is defined then ENGINE_get_default_RAND(), the function that is |