summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/eng_pkey.c')
-rw-r--r--src/lib/libcrypto/engine/eng_pkey.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/eng_pkey.c b/src/lib/libcrypto/engine/eng_pkey.c
index bc8b21abec..8c69171511 100644
--- a/src/lib/libcrypto/engine/eng_pkey.c
+++ b/src/lib/libcrypto/engine/eng_pkey.c
@@ -53,7 +53,10 @@
53 * 53 *
54 */ 54 */
55 55
56#include <openssl/crypto.h>
57#include "cryptlib.h"
56#include "eng_int.h" 58#include "eng_int.h"
59#include <openssl/engine.h>
57 60
58/* Basic get/set stuff */ 61/* Basic get/set stuff */
59 62