summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/tb_rsa.c')
-rw-r--r--src/lib/libcrypto/engine/tb_rsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/tb_rsa.c b/src/lib/libcrypto/engine/tb_rsa.c
index fbc707fd26..fee4867f52 100644
--- a/src/lib/libcrypto/engine/tb_rsa.c
+++ b/src/lib/libcrypto/engine/tb_rsa.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_RSA(), the function that is 59/* If this symbol is defined then ENGINE_get_default_RSA(), the function that is