diff options
Diffstat (limited to 'tests/tlsia.c')
-rw-r--r-- | tests/tlsia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlsia.c b/tests/tlsia.c index 150eb30453..fff10a8595 100644 --- a/tests/tlsia.c +++ b/tests/tlsia.c @@ -263,7 +263,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* 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. |