From: Simon Josefsson Date: Wed, 31 Jan 2007 17:28:36 +0000 (+0000) Subject: Doc fix. X-Git-Tag: gnutls_1_7_3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03556367ba2ce2be205f457d0a964d324902616a;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 1ac8e4c6c1..fd63d08d4f 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -620,8 +620,8 @@ gnutls_x509_crt_get_serial (gnutls_x509_crt_t cert, void *result, /** * gnutls_x509_crt_get_subject_key_id - This function returns the certificate's key identifier * @cert: should contain a gnutls_x509_crt_t structure - * @result: The place where the identifier will be copied - * @result_size: Holds the size of the result field. + * @ret: The place where the identifier will be copied + * @ret_size: Holds the size of the result field. * @critical: will be non zero if the extension is marked as critical (may be null) * * This function will return the X.509v3 certificate's subject key identifier.