summaryrefslogtreecommitdiff
path: root/tests/anonself.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/anonself.c')
-rw-r--r--tests/anonself.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/anonself.c b/tests/anonself.c
index 28d2b0014f..c366ec1e70 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -219,11 +219,6 @@ static gnutls_dh_params_t dh_params;
static int generate_dh_params(void)
{
const gnutls_datum_t p3 = { (void *) pkcs3, strlen(pkcs3) };
- /* Generate Diffie-Hellman parameters - for use with DHE
- * kx algorithms. These should be discarded and regenerated
- * once a day, once a week or once a month. Depending on the
- * security requirements.
- */
gnutls_dh_params_init(&dh_params);
return gnutls_dh_params_import_pkcs3(dh_params, &p3,
GNUTLS_X509_FMT_PEM);