summaryrefslogtreecommitdiff
path: root/tests/dhepskself.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-26 10:52:22 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-26 10:52:22 +0200
commit43aab88f241f561000f601254a7a08a975749694 (patch)
tree4ce84ad8a92fe2fece6c4f6b6ec24c6088000ba9 /tests/dhepskself.c
parentb3e693ee2951186b4fdc38f95da9508652f7918f (diff)
downloadgnutls-43aab88f241f561000f601254a7a08a975749694.tar.gz
Doc fixes.
Suggested by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'tests/dhepskself.c')
-rw-r--r--tests/dhepskself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dhepskself.c b/tests/dhepskself.c
index cec51f795b..406668d40d 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -168,7 +168,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.