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:
27a80b7
)
Missing ;
author
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:49:45 +0000
(12:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:49:45 +0000
(12:49 +0000)
crypto/engine/eng_init.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_init.c
b/crypto/engine/eng_init.c
index 98caa21e3230635fa816760550a7fd53019e9b05..170c1791b30537766f764dceae13d6c163912b45 100644
(file)
--- a/
crypto/engine/eng_init.c
+++ b/
crypto/engine/eng_init.c
@@
-93,7
+93,7
@@
int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
* there's a chance that both threads will together take the count from
* 2 to 0 without either calling finish(). */
e->funct_ref--;
- engine_ref_debug(e, 1, -1)
+ engine_ref_debug(e, 1, -1)
;
if((e->funct_ref == 0) && e->finish)
{
if(unlock_for_handlers)