summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-07 13:53:21 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-07 13:53:21 +0000
commit669cefdd3542e1dce8effeb8d898344c59608bfc (patch)
tree1bebc095a164bcffd44acdd22caeef0b1d50c78e /crypto/engine
parent7be7c2eda597ca611beedb21ebc5078e3ba3f971 (diff)
Make sure ERR_get_error() is declared.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine_all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/engine_all.c b/crypto/engine/engine_all.c
index 1d2c715950..0860b1e344 100644
--- a/crypto/engine/engine_all.c
+++ b/crypto/engine/engine_all.c
@@ -56,8 +56,10 @@
*
*/
+#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)))