summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-10 20:08:02 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-10 20:08:02 +0100
commitf7d3c6767c3455d7456e00266e8d55be14a73c9f (patch)
tree4238ab5ae538709dc04bda322b4fe3e27443772a
parentab28f07f4032de9b4d8a69b3ffbe0ef05689b677 (diff)
downloadgnutls-f7d3c6767c3455d7456e00266e8d55be14a73c9f.tar.gz
Doc fix.
-rw-r--r--lib/gnutls_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 08f3049cbb..aa3dd521d3 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1219,7 +1219,7 @@ _gnutls_rsa_pms_set_version (gnutls_session_t session,
* in order to maintain maximum compatibility with buggy clients. It is
* equivalent to calling:
* gnutls_record_disable_padding()
-
+ *
* Normally only servers that require maximum compatibility with everything
* out there, need to call this function.
*