diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_digest.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_digest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/tb_digest.c b/src/lib/libcrypto/engine/tb_digest.c index d3f4bb2747..e82d2a17c9 100644 --- a/src/lib/libcrypto/engine/tb_digest.c +++ b/src/lib/libcrypto/engine/tb_digest.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_digest_engine(), the function that | 59 | /* If this symbol is defined then ENGINE_get_digest_engine(), the function that |