When closing the hwcrhk engine, also remove the reference to the
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2000 16:16:50 +0000 (16:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2000 16:16:50 +0000 (16:16 +0000)
logstream.

crypto/engine/hw_ncipher.c

index 5151dd5cf72485f071e87ba91bc348437cd4f0ce..58c7cb009d57c08af54e592798665ea789781111 100644 (file)
@@ -451,6 +451,7 @@ static int hwcrhk_finish()
                goto err;
                }
  err:
+       logstream = NULL;
        hwcrhk_dso = NULL;
        p_hwcrhk_Init = NULL;
        p_hwcrhk_Finish = NULL;