From: Nikos Mavrogiannopoulos Date: Mon, 21 Mar 2011 17:38:10 +0000 (+0100) Subject: corrected parameter. X-Git-Tag: gnutls_2_99_0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d8944970500cefe67c9a322c301a051b72eaee;p=thirdparty%2Fgnutls.git corrected parameter. --- diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c index 8c23048dd0..0ee2911c8c 100644 --- a/lib/gnutls_privkey.c +++ b/lib/gnutls_privkey.c @@ -423,7 +423,7 @@ gnutls_openpgp_keyid_t keyid; /** * gnutls_privkey_sign_data2: * @signer: Holds the key - * @digest: should be a digest algorithm + * @hash: should be a digest algorithm * @flags: should be 0 for now * @data: holds the data to be signed * @signature: will contain the signature allocate with gnutls_malloc()