summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-21 12:09:49 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-25 09:17:20 +0200
commita7008621ae3d873141b63bb5da90fea7a5373306 (patch)
treee8fc32063decda39c4927dadf75348392a9d0485 /lib/includes
parent7978a733460f92b31033affd0e487c86d66c643d (diff)
downloadgnutls-a7008621ae3d873141b63bb5da90fea7a5373306.tar.gz
gnutls_priority_set: use reference counting
That eliminates the need for gnutls_priority_set2() which is now removed. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/gnutls.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 6c1012f175..35b2de3e91 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1370,10 +1370,6 @@ gnutls_priority_string_list(unsigned iter, unsigned int flags);
int gnutls_priority_set(gnutls_session_t session,
gnutls_priority_t priority);
-#define GNUTLS_PRIORITY_FLAG_COPY 1
-int gnutls_priority_set2(gnutls_session_t session,
- gnutls_priority_t priority,
- unsigned int flags);
int gnutls_priority_set_direct(gnutls_session_t session,
const char *priorities,
const char **err_pos);