summaryrefslogtreecommitdiffstats
path: root/engines/e_aep.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-06-17 21:26:36 +0000
committerNils Larsch <nils@openssl.org>2005-06-17 21:26:36 +0000
commitedb0600583efc33840baf52c374882b91c937b05 (patch)
treee4eea9af5e9f9c0a135a30d14003c1e9515a4e4e /engines/e_aep.c
parentac86d923fc75f752827c216d5f76f6cabf7fdbf4 (diff)
clear dso pointer in case of an error
PR: 816
Diffstat (limited to 'engines/e_aep.c')
-rw-r--r--engines/e_aep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_aep.c b/engines/e_aep.c
index f3e27fb01d..c175a186e9 100644
--- a/engines/e_aep.c
+++ b/engines/e_aep.c
@@ -479,6 +479,7 @@ static int aep_init(ENGINE *e)
if(aep_dso)
DSO_free(aep_dso);
+ aep_dso = NULL;
p_AEP_OpenConnection = NULL;
p_AEP_ModExp = NULL;