summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-05 11:39:58 +0000
committerSimon Josefsson <simon@josefsson.org>2007-03-05 11:39:58 +0000
commit728b5a457b7025cc891c9332ebae1ad7205b9743 (patch)
tree34b654662a0bff6caa6e4719f3bf361cf9e5be5f /lib
parentbdb00ae60f1a576139b61e32000b72a30fb29ebb (diff)
downloadgnutls-728b5a457b7025cc891c9332ebae1ad7205b9743.tar.gz
Remove gnutls_priority.h, not needed.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am13
-rw-r--r--lib/gnutls_priority.h31
-rw-r--r--lib/gnutls_record.c3
-rw-r--r--lib/gnutls_state.c3
4 files changed, 8 insertions, 42 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 572627957c..603f10059f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -81,13 +81,12 @@ HFILES = debug.h gnutls_compress.h defines.h gnutls_cipher.h \
gnutls_handshake.h gnutls_num.h gnutls_algorithms.h \
gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h \
gnutls_db.h gnutls_compress_int.h gnutls_session.h \
- gnutls_priority.h gnutls_auth.h auth_anon.h \
- gnutls_extensions.h gnutls_buffer.h gnutls_auth_int.h \
- x509_b64.h gnutls_v2_compat.h gnutls_datum.h auth_cert.h \
- gnutls_mpi.h gnutls_pk.h gnutls_record.h gnutls_cert.h \
- gnutls_constate.h gnutls_global.h gnutls_sig.h gnutls_mem.h \
- io_debug.h ext_max_record.h gnutls_session_pack.h gnutls_str.h \
- gnutls_state.h gnutls_x509.h ext_cert_type.h \
+ gnutls_auth.h auth_anon.h gnutls_extensions.h gnutls_buffer.h \
+ gnutls_auth_int.h x509_b64.h gnutls_v2_compat.h gnutls_datum.h \
+ auth_cert.h gnutls_mpi.h gnutls_pk.h gnutls_record.h \
+ gnutls_cert.h gnutls_constate.h gnutls_global.h gnutls_sig.h \
+ gnutls_mem.h io_debug.h ext_max_record.h gnutls_session_pack.h \
+ gnutls_str.h gnutls_state.h gnutls_x509.h ext_cert_type.h \
gnutls_rsa_export.h ext_server_name.h auth_dh_common.h \
ext_srp.h gnutls_srp.h auth_srp.h auth_srp_passwd.h \
gnutls_helper.h auth_psk.h auth_psk_passwd.h \
diff --git a/lib/gnutls_priority.h b/lib/gnutls_priority.h
deleted file mode 100644
index d5b1fe60bb..0000000000
--- a/lib/gnutls_priority.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
- *
- * Author: Nikos Mavroyanopoulos
- *
- * This file is part of GNUTLS.
- *
- * The GNUTLS library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- * USA
- *
- */
-
-int gnutls_cipher_set_priority (gnutls_session_t session, const int *);
-int gnutls_kx_set_priority (gnutls_session_t session, const int *);
-int gnutls_mac_set_priority (gnutls_session_t session, const int *);
-int gnutls_compression_set_priority (gnutls_session_t session, const int *);
-int gnutls_protocol_set_priority (gnutls_session_t session, const int *);
-int gnutls_certificate_type_set_priority (gnutls_session_t session,
- const int *);
diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index b1097cc4c6..0db66a9163 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
*
* Author: Nikos Mavroyanopoulos
*
@@ -34,7 +34,6 @@
#include "gnutls_handshake.h"
#include "gnutls_hash_int.h"
#include "gnutls_cipher_int.h"
-#include "gnutls_priority.h"
#include "gnutls_algorithms.h"
#include "gnutls_db.h"
#include "gnutls_auth_int.h"
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 4e78e3b415..7e07e6773d 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
*
* Author: Nikos Mavroyanopoulos
*
@@ -30,7 +30,6 @@
#include <gnutls_int.h>
#include <gnutls_errors.h>
#include <gnutls_auth_int.h>
-#include <gnutls_priority.h>
#include <gnutls_num.h>
#include <gnutls_datum.h>
#include <gnutls_db.h>