Make sure ERR_get_error() is declared.
[openssl.git] / crypto / engine / engine_all.c
index 1d2c7159503217b87a7d2806d5143f2a2507aab7..0860b1e344c639aaf4c89fcd85b1ca775f5b56f4 100644 (file)
  *
  */
 
+#include <openssl/err.h>
 #include <openssl/engine.h>
 #include "engine_int.h"
+
 static int engine_add(ENGINE *e)
        {
        if (!ENGINE_by_id(ENGINE_get_id(e)))