Skip to content
Snippets Groups Projects
Commit 2f713148 authored by Adrien Béraud's avatar Adrien Béraud Committed by gerrit2
Browse files

fix DH params generation

Remove a return preventing DH params to be generated.
This was introduced by commit 74151247

Tuleap: #792
Change-Id: I131166f7fef655d93425d10da59af04d6104e7f6
parent ad8076ff
No related branches found
No related tags found
No related merge requests found
......@@ -788,7 +788,6 @@ DhParams
DhParams::generate()
{
using clock = std::chrono::high_resolution_clock;
return {};
auto bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, /* GNUTLS_SEC_PARAM_HIGH */ GNUTLS_SEC_PARAM_HIGH);
RING_DBG("Generating DH params with %u bits", bits);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment