aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/tb_dsa.c')
-rw-r--r--crypto/engine/tb_dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_dsa.c b/crypto/engine/tb_dsa.c
index d326a5f6da..e4674f5f07 100644
--- a/crypto/engine/tb_dsa.c
+++ b/crypto/engine/tb_dsa.c
@@ -92,7 +92,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;
}