summaryrefslogtreecommitdiff
path: root/usr/src/common/openssl/crypto/engine/tb_dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/openssl/crypto/engine/tb_dsa.c')
-rw-r--r--usr/src/common/openssl/crypto/engine/tb_dsa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/common/openssl/crypto/engine/tb_dsa.c b/usr/src/common/openssl/crypto/engine/tb_dsa.c
index 80170591f2..e4674f5f07 100644
--- a/usr/src/common/openssl/crypto/engine/tb_dsa.c
+++ b/usr/src/common/openssl/crypto/engine/tb_dsa.c
@@ -52,8 +52,6 @@
*
*/
-#include <openssl/evp.h>
-#include <openssl/engine.h>
#include "eng_int.h"
/* If this symbol is defined then ENGINE_get_default_DSA(), the function that is
@@ -94,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;
}