summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_cnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/eng_cnf.c')
-rw-r--r--src/lib/libcrypto/engine/eng_cnf.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_cnf.c b/src/lib/libcrypto/engine/eng_cnf.c
index a97e01e619..4225760af1 100644
--- a/src/lib/libcrypto/engine/eng_cnf.c
+++ b/src/lib/libcrypto/engine/eng_cnf.c
@@ -56,8 +56,11 @@
56 * 56 *
57 */ 57 */
58 58
59#include "eng_int.h" 59#include <stdio.h>
60#include <openssl/crypto.h>
61#include "cryptlib.h"
60#include <openssl/conf.h> 62#include <openssl/conf.h>
63#include <openssl/engine.h>
61 64
62/* #define ENGINE_CONF_DEBUG */ 65/* #define ENGINE_CONF_DEBUG */
63 66
@@ -207,7 +210,7 @@ static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
207 210
208 if (!elist) 211 if (!elist)
209 { 212 {
210 ENGINEerr(ENGINE_F_INT_ENGINE_MODULE_INIT, ENGINE_R_ENGINES_SECTION_ERROR); 213 ENGINEerr(ENGINE_F_ENGINE_MODULE_INIT, ENGINE_R_ENGINES_SECTION_ERROR);
211 return 0; 214 return 0;
212 } 215 }
213 216