diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
commit | 43aab88f241f561000f601254a7a08a975749694 (patch) | |
tree | 4ce84ad8a92fe2fece6c4f6b6ec24c6088000ba9 /tests/anonself.c | |
parent | b3e693ee2951186b4fdc38f95da9508652f7918f (diff) | |
download | gnutls-43aab88f241f561000f601254a7a08a975749694.tar.gz |
Doc fixes.
Suggested by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'tests/anonself.c')
-rw-r--r-- | tests/anonself.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/anonself.c b/tests/anonself.c index 5e45ca7279..b454aa4861 100644 --- a/tests/anonself.c +++ b/tests/anonself.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -179,7 +179,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. |