diff options
Diffstat (limited to 'lib/libcrypto/engine/hw_aep.c')
-rw-r--r-- | lib/libcrypto/engine/hw_aep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/engine/hw_aep.c b/lib/libcrypto/engine/hw_aep.c index 8b8380a582b..5f1772ea995 100644 --- a/lib/libcrypto/engine/hw_aep.c +++ b/lib/libcrypto/engine/hw_aep.c @@ -474,6 +474,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; |