summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-01 19:29:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-01 19:29:18 +0000
commite720f0b73c030fbf35a7b1d0c3e3dd6395849db8 (patch)
treea38fb82f0497ef16519746d617af9fc81f61c18b /lib/gnutls_ui.c
parent2467b115c2faf7114add57892a7df418a164d9f9 (diff)
downloadgnutls-e720f0b73c030fbf35a7b1d0c3e3dd6395849db8.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r--lib/gnutls_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 97ec07002e..de4ff24d31 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -53,7 +53,7 @@ void gnutls_dh_set_prime_bits(gnutls_session session, int bits)
* gnutls_dh_get_prime_bits - This function returns the bits used in DH authentication
* @session: is a gnutls session
*
- * This function will return the bits used in the last Diffie Hellman authentication
+ * This function will return the bits of the prime used in the last Diffie Hellman authentication
* with the peer. Should be used for both anonymous and ephemeral diffie Hellman.
* Returns a negative value in case of an error.
*