initialize newly allocated data
[oweals/openssl.git] / engines / e_aep.c
index f3e27fb01ddfaa6ee09503cdef3eac90b196b367..c175a186e98a2a4db12638c83db3f8575c016375 100644 (file)
@@ -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;