diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-05-25 09:45:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-05-25 11:10:44 +0200 |
commit | 957448a12d23216da735922ed595f5cb0a67e602 (patch) | |
tree | 537cac36fdb06c18ffdf826b4f001e13ce3bc330 /lib/gnutls_pk.h | |
parent | ed6766e3fed3aceb172cee68a29e60c545aba7c5 (diff) | |
download | gnutls-957448a12d23216da735922ed595f5cb0a67e602.tar.gz |
simplified access to cipher and mac properties to reduce wasted cycles.
Diffstat (limited to 'lib/gnutls_pk.h')
-rw-r--r-- | lib/gnutls_pk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_pk.h b/lib/gnutls_pk.h index c0867b5e99..7eab664a23 100644 --- a/lib/gnutls_pk.h +++ b/lib/gnutls_pk.h @@ -59,7 +59,7 @@ _gnutls_decode_ber_rs (const gnutls_datum_t * sig_value, bigint_t * r, bigint_t * s); int -encode_ber_digest_info (gnutls_digest_algorithm_t hash, +encode_ber_digest_info (const mac_entry_st* e, const gnutls_datum_t * digest, gnutls_datum_t * output); |