summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-21 18:38:10 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-21 18:38:10 +0100
commit2386cf6ffab8c4de19c910e0fa2aefbb0a3e2026 (patch)
tree00f57eb5c67e0e3f7a6dd6c1ba448459da2a25ed
parentbf2d90feaa44c589b6ff203cc0e3d26215cf2d16 (diff)
downloadgnutls-2386cf6ffab8c4de19c910e0fa2aefbb0a3e2026.tar.gz
corrected parameter.
-rw-r--r--lib/gnutls_privkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c
index 886eb99e34..9ecba26d6d 100644
--- a/lib/gnutls_privkey.c
+++ b/lib/gnutls_privkey.c
@@ -423,7 +423,7 @@ gnutls_openpgp_keyid_t keyid;
/**
* gnutls_privkey_sign_data:
* @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()