summaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_eckey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/tb_eckey.c')
-rw-r--r--crypto/engine/tb_eckey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/engine/tb_eckey.c b/crypto/engine/tb_eckey.c
index c58037ea89..3e7c7eed89 100644
--- a/crypto/engine/tb_eckey.c
+++ b/crypto/engine/tb_eckey.c
@@ -58,7 +58,8 @@ int ENGINE_set_default_EC(ENGINE *e)
*/
ENGINE *ENGINE_get_default_EC(void)
{
- return engine_table_select(&dh_table, dummy_nid);
+ return ossl_engine_table_select(&dh_table, dummy_nid,
+ OPENSSL_FILE, OPENSSL_LINE);
}
/* Obtains an EC_KEY implementation from an ENGINE functional reference */