diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-04 17:59:36 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-04 17:59:36 +0100 |
commit | 4a9fa1620e671744a4cda138efff5f4d6aeda33d (patch) | |
tree | 61ce2cf61943e0bd4069480c75ca2882fcfe5da3 /lib/gnutls_ui.c | |
parent | 95aad84a8a9a485b215ae54efe4ca9caa715713e (diff) | |
download | gnutls-4a9fa1620e671744a4cda138efff5f4d6aeda33d.tar.gz |
Doc fix.
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r-- | lib/gnutls_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 17b9ad3aca..36c4eba4d7 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -46,7 +46,7 @@ * This function sets the number of bits, for use in an Diffie Hellman * key exchange. This is used both in DH ephemeral and DH anonymous * cipher suites. This will set the minimum size of the prime that - * will be used for the handshake. + * will be used for the handshake. * * In the client side it sets the minimum accepted number of bits. If * a server sends a prime with less bits than that |