projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2972d
)
When closing the hwcrhk engine, also remove the reference to the
author
Richard Levitte
<levitte@openssl.org>
Thu, 29 Jun 2000 16:16:50 +0000
(16:16 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 29 Jun 2000 16:16:50 +0000
(16:16 +0000)
logstream.
crypto/engine/hw_ncipher.c
patch
|
blob
|
history
diff --git
a/crypto/engine/hw_ncipher.c
b/crypto/engine/hw_ncipher.c
index 5151dd5cf72485f071e87ba91bc348437cd4f0ce..58c7cb009d57c08af54e592798665ea789781111 100644
(file)
--- 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;