summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2007-11-18 21:59:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2007-11-18 21:59:58 +0200
commitcfdacac7ca0591b197f0d9802737258b6fb717ae (patch)
tree4a4f67ec06b042cd3dffd3ce093b09be4f9fe646
parent33a4419dfc5509ab5f38bf36f4edeabfd8ad027c (diff)
downloadgnutls-cfdacac7ca0591b197f0d9802737258b6fb717ae.tar.gz
updated the priority compatibility functions
-rw-r--r--includes/gnutls/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h
index 4e5b14aff5..edde8c1081 100644
--- a/includes/gnutls/compat.h
+++ b/includes/gnutls/compat.h
@@ -20,10 +20,10 @@
#endif
#define gnutls_set_default_priority(x) \
- (gnutls_set_default_priority2 (x, "NORMAL", NULL, 0), \
+ (gnutls_set_priority (x, "NORMAL", NULL, 0), \
GNUTLS_E_SUCCESS)
#define gnutls_set_default_export_priority(x) \
- (gnutls_set_default_priority2( x, "EXPORT", NULL, 0), \
+ (gnutls_set_priority( x, "EXPORT", NULL, 0), \
GNUTLS_E_SUCCESS)
#define gnutls_cipher_algorithm gnutls_cipher_algorithm_t