diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-01-02 12:44:15 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:37 +0100 |
commit | f92b9a4d3bbe3f0d1d77aa3d5c488debbacdc74d (patch) | |
tree | 5318478812b5ad44c3a954e7414ddfd7e5432f4b /lib/x509/x509.c | |
parent | d031d4b65c8edb64dbbeb88cb501bc0e4b56f144 (diff) | |
download | gnutls-f92b9a4d3bbe3f0d1d77aa3d5c488debbacdc74d.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/x509/x509.c')
-rw-r--r-- | lib/x509/x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 9728d7ba14..190a839baf 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -3557,7 +3557,7 @@ gnutls_x509_crt_get_pk_dsa_raw(gnutls_x509_crt_t crt, * * This function will convert the given PEM encoded certificate list * to the native gnutls_x509_crt_t format. The output will be stored - * in @certs which will allocated and initialized. + * in @certs which will be allocated and initialized. * * If the Certificate is PEM encoded it should have a header of "X509 * CERTIFICATE", or "CERTIFICATE". |