From: Richard Levitte Date: Thu, 29 Jun 2000 16:16:50 +0000 (+0000) Subject: When closing the hwcrhk engine, also remove the reference to the X-Git-Tag: OpenSSL-engine-0_9_6-beta1~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d813a428a78f3021d944d77930598debe38ebb76;p=oweals%2Fopenssl.git When closing the hwcrhk engine, also remove the reference to the logstream. --- diff --git a/crypto/engine/hw_ncipher.c b/crypto/engine/hw_ncipher.c index 5151dd5cf7..58c7cb009d 100644 --- a/crypto/engine/hw_ncipher.c +++ b/crypto/engine/hw_ncipher.c @@ -451,6 +451,7 @@ static int hwcrhk_finish() goto err; } err: + logstream = NULL; hwcrhk_dso = NULL; p_hwcrhk_Init = NULL; p_hwcrhk_Finish = NULL;