]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated the priority compatibility functions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Nov 2007 19:59:58 +0000 (21:59 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Nov 2007 19:59:58 +0000 (21:59 +0200)
includes/gnutls/compat.h

index 4e5b14aff5e726ab4161912816e08b8cd62079ed..edde8c1081cd205995b0b570998eb60c6b9e5631 100644 (file)
 #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