diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-25 13:34:50 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-03 11:57:52 +0200 |
commit | 5d9d26fa3b977fdca74730c56fbcd5bc55839171 (patch) | |
tree | 7c6ab9f720e01dc6020b66b55068bdb0ca95d587 /lib/abstract_int.h | |
parent | 5994ea90df17507317bfda78e9bcef80b1bae4b2 (diff) | |
download | gnutls-5d9d26fa3b977fdca74730c56fbcd5bc55839171.tar.gz |
cleanup: removed unnecessary/duplicate parameters in _dsa_q_to_hash
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/abstract_int.h')
-rw-r--r-- | lib/abstract_int.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/abstract_int.h b/lib/abstract_int.h index 6197f00896..d265f23ba1 100644 --- a/lib/abstract_int.h +++ b/lib/abstract_int.h @@ -117,8 +117,7 @@ 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 * +const mac_entry_st *_gnutls_dsa_q_to_hash(const gnutls_pk_params_st * params, unsigned int *hash_len); int |