aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_atalla.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_atalla.c')
-rw-r--r--engines/e_atalla.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_atalla.c b/engines/e_atalla.c
index a5cf6aa885..8e11048d05 100644
--- a/engines/e_atalla.c
+++ b/engines/e_atalla.c
@@ -384,6 +384,7 @@ static int atalla_init(ENGINE *e)
err:
if(atalla_dso)
DSO_free(atalla_dso);
+ atalla_dso = NULL;
p_Atalla_GetHardwareConfig = NULL;
p_Atalla_RSAPrivateKeyOpFn = NULL;
p_Atalla_GetPerformanceStatistics = NULL;