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:
e2f0d87
)
bugfix: register engine as default engine in ENGINE_set_default_DSA
author
Nils Larsch
<nils@openssl.org>
Fri, 9 Sep 2005 07:53:39 +0000
(07:53 +0000)
committer
Nils Larsch
<nils@openssl.org>
Fri, 9 Sep 2005 07:53:39 +0000
(07:53 +0000)
Submitted by: Jonathon Green
crypto/engine/tb_dsa.c
patch
|
blob
|
history
diff --git
a/crypto/engine/tb_dsa.c
b/crypto/engine/tb_dsa.c
index 80170591f201a0bf70f1728112bc21e0c827d5b1..7efe18192778bb06503a1e10a562142d14a3b876 100644
(file)
--- a/
crypto/engine/tb_dsa.c
+++ b/
crypto/engine/tb_dsa.c
@@
-94,7
+94,7
@@
int ENGINE_set_default_DSA(ENGINE *e)
{
if(e->dsa_meth)
return engine_table_register(&dsa_table,
- engine_unregister_all_DSA, e, &dummy_nid, 1,
0
);
+ engine_unregister_all_DSA, e, &dummy_nid, 1,
1
);
return 1;
}