summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-09 10:16:36 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-09 10:16:36 +0200
commit51c0ba06450a3caf3057b95943fca2cddede9589 (patch)
tree7673172f735e140db2ce9632384780396f5fa0ab
parent3f687db310336e0052cf6ff45bcba1aec8cd5c9f (diff)
downloadgnutls-51c0ba06450a3caf3057b95943fca2cddede9589.tar.gz
Doc fix.
-rw-r--r--lib/x509/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 21287b8060..d6d9569e18 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1586,7 +1586,7 @@ gnutls_x509_crt_get_extension_oid (gnutls_x509_crt_t cert, int indx,
* If the buffer provided is not long enough to hold the output, then
* *@sizeof_oid is updated and %GNUTLS_E_SHORT_MEMORY_BUFFER will be
* returned.
-
+ *
* Return 0 on success. A negative value may be returned in case of
* parsing error. If you have reached the last extension available
* GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned.