summaryrefslogtreecommitdiff
path: root/lib/abstract_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-25 12:45:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-25 12:45:51 +0200
commit2cb743de088fecfc3d94507e6db92e35f3880ada (patch)
treee78a0a995a4a2a627d76d7d9fec9d72f7477d63c /lib/abstract_int.h
parentf03756387e6bd3f1e99b2799e1931544725d4221 (diff)
downloadgnutls-2cb743de088fecfc3d94507e6db92e35f3880ada.tar.gz
corrected bug with _gnutls_dsa_q_to_hash() usage introduced previously
Diffstat (limited to 'lib/abstract_int.h')
-rw-r--r--lib/abstract_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/abstract_int.h b/lib/abstract_int.h
index 229a49885a..0ea7f4c327 100644
--- a/lib/abstract_int.h
+++ b/lib/abstract_int.h
@@ -108,6 +108,6 @@ int pubkey_verify_data (gnutls_pk_algorithm_t pk,
const mac_entry_st*
_gnutls_dsa_q_to_hash (gnutls_pk_algorithm_t algo,
- const gnutls_pk_params_st* params);
+ const gnutls_pk_params_st* params, unsigned int* hash_len);
#endif