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 | |
parent | 95aad84a8a9a485b215ae54efe4ca9caa715713e (diff) | |
download | gnutls-4a9fa1620e671744a4cda138efff5f4d6aeda33d.tar.gz |
Doc fix.
-rw-r--r-- | lib/gnutls_srp.c | 2 | ||||
-rw-r--r-- | lib/gnutls_ui.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c index 65564c0dd3..2d0b0695bb 100644 --- a/lib/gnutls_srp.c +++ b/lib/gnutls_srp.c @@ -738,6 +738,8 @@ gnutls_srp_verifier (const char *username, const char *password, * %GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER will be returned by the * handshake. * + * This function has no effect in server side. + * * Since: 2.6.0 **/ void 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 |