diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-30 06:36:03 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-30 06:36:03 +0000 |
commit | 07053a732434bf4cadabb7fdf0e532348b5984a6 (patch) | |
tree | 48946391d8433944f706f81938e23dad1bb576da /lib/x509_b64.c | |
parent | 557db5286e8587865927ab9d16f3e2d6d2460e94 (diff) | |
download | gnutls-07053a732434bf4cadabb7fdf0e532348b5984a6.tar.gz |
several corrections in the documentation.
Diffstat (limited to 'lib/x509_b64.c')
-rw-r--r-- | lib/x509_b64.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/x509_b64.c b/lib/x509_b64.c index c5ff04cd6f..7156bd2fb9 100644 --- a/lib/x509_b64.c +++ b/lib/x509_b64.c @@ -313,8 +313,7 @@ int size; * encoding. This is the encoding used in PEM messages. This function will * allocate the required memory to hold the encoded data. * - * You should use the function gnutls_free() to - * free the returned data. + * You should use gnutls_free() to free the returned data. * **/ int gnutls_pem_base64_encode_alloc( const char* msg, const gnutls_datum *data, @@ -524,8 +523,7 @@ int size; * "-----BEGIN header" and decode only this part. Otherwise it will decode the * first PEM packet found. * - * You should use the function gnutls_free() to - * free the returned data. + * You should use gnutls_free() to free the returned data. * **/ int gnutls_pem_base64_decode_alloc( const char* header, const gnutls_datum *b64_data, |