summaryrefslogtreecommitdiff
path: root/lib/gnutls_rsa_export.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-11 16:53:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-11 16:53:00 +0000
commit9ae01344757b5cdfc35c1476f31590c7c8b2dabc (patch)
tree3659f121a69db5d89ccdba9462028a88a679bd34 /lib/gnutls_rsa_export.c
parentd86aebd6fff9ff10fe35f9236d02e14d0258b7b0 (diff)
downloadgnutls-9ae01344757b5cdfc35c1476f31590c7c8b2dabc.tar.gz
Corrected bug in gnutls_dh_params_set(). Corrected bug in session resuming code of server side.
Diffstat (limited to 'lib/gnutls_rsa_export.c')
-rw-r--r--lib/gnutls_rsa_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_rsa_export.c b/lib/gnutls_rsa_export.c
index cd79fcc1d5..48336c1eba 100644
--- a/lib/gnutls_rsa_export.c
+++ b/lib/gnutls_rsa_export.c
@@ -150,7 +150,7 @@ int _gnutls_rsa_generate_params(GNUTLS_MPI* resarr, int bits)
}
-/* returns a negative value if the bits is not supported
+/* returns a negative value if the bits size is not supported
*/
static int check_bits(int bits)
{