]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 17:28:36 +0000 (17:28 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 17:28:36 +0000 (17:28 +0000)
lib/x509/x509.c

index 1ac8e4c6c16a5ac497392deeb3821f9c073e2815..fd63d08d4fb894709a1b08c66406af96622a7161 100644 (file)
@@ -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.