Fix typo
[oweals/openssl.git] / crypto / err / err_all.c
index 812ab7cbe64c10e6e7d9a62473d72544df4e5ac3..bfb4c1ab12ba4664698d67d8d2ed245f892693b9 100644 (file)
 #include <openssl/pkcs12.h>
 #include <openssl/rand.h>
 #include <openssl/dso.h>
+#ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
+#endif
+#include <openssl/ui.h>
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
 
@@ -134,7 +137,9 @@ void ERR_load_crypto_strings(void)
        ERR_load_PKCS12_strings();
        ERR_load_RAND_strings();
        ERR_load_DSO_strings();
+#ifndef OPENSSL_NO_ENGINE
        ERR_load_ENGINE_strings();
+#endif
        ERR_load_OCSP_strings();
        ERR_load_UI_strings();
 #endif