summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 13:30:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 13:30:34 +0200
commit591186874eefa2f277dbd82819df96ae59787e5b (patch)
tree0db6284070dd66835ee165757ddcbde9100e3bf0 /lib/gnutls_global.h
parentdcbf4c893ec70be58d6352b29ca4a9b33207daa2 (diff)
downloadgnutls-591186874eefa2f277dbd82819df96ae59787e5b.tar.gz
When AES and GCM acceleration is available increase the priority of AES-GCM ciphersuites in performance and normal cases.
Diffstat (limited to 'lib/gnutls_global.h')
-rw-r--r--lib/gnutls_global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h
index affd1faecf..2fbb06a001 100644
--- a/lib/gnutls_global.h
+++ b/lib/gnutls_global.h
@@ -45,5 +45,6 @@ extern gnutls_log_func _gnutls_log_func;
extern gnutls_audit_log_func _gnutls_audit_log_func;
extern int _gnutls_log_level;
extern int gnutls_crypto_init (void);
+void _gnutls_priority_prefer_aes_gcm(void);
#endif