summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-25 12:25:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-25 12:25:27 +0200
commitf03756387e6bd3f1e99b2799e1931544725d4221 (patch)
tree558dd03f0fa193c4a55de070a925b1791e0a2a58 /lib/gnutls_pubkey.c
parent957448a12d23216da735922ed595f5cb0a67e602 (diff)
downloadgnutls-f03756387e6bd3f1e99b2799e1931544725d4221.tar.gz
optimized access to TLS protocol version properties.
Diffstat (limited to 'lib/gnutls_pubkey.c')
-rw-r--r--lib/gnutls_pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index 5c82e4c957..a153a7a167 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -1767,7 +1767,7 @@ gnutls_pubkey_get_verify_algorithm (gnutls_pubkey_t key,
*/
int _gnutls_pubkey_compatible_with_sig(gnutls_session_t session,
gnutls_pubkey_t pubkey,
- gnutls_protocol_t ver,
+ const version_entry_st* ver,
gnutls_sign_algorithm_t sign)
{
unsigned int hash_size;