summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-25 11:29:50 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-25 11:29:50 +0200
commitddd72c9dd268f7cf82d1de3880c5214087f58a46 (patch)
tree98ee233a7039b4ad96a5ac9cc46431bbd24a651f
parentb5d7d8aab964f551a6173d820315cbb47606005d (diff)
downloadgnutls-ddd72c9dd268f7cf82d1de3880c5214087f58a46.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 70d1e1c115..0e8e43d117 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1239,7 +1239,7 @@ void gnutls_handshake_set_post_client_hello_function( 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.
*