summaryrefslogtreecommitdiff
path: root/lib/ext/signature.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-20 19:45:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-20 19:45:20 +0200
commit1a02ec18e9e39f82cee7f9cff74e1f1574bac472 (patch)
tree34ac890b66df56a45e7c16bb2861b7bc860c1068 /lib/ext/signature.h
parent8d328d1a17fc98073a55d94b7de17e55987494ef (diff)
downloadgnutls-1a02ec18e9e39f82cee7f9cff74e1f1574bac472.tar.gz
Eliminated the need for sign_algo in gnutls_pcert_st. This means
that we don't follow RFC5246 by letter, but there wasn't any other implementation using the sign_algorithm part of the certificate selection, and this helps reduce complexity.
Diffstat (limited to 'lib/ext/signature.h')
-rw-r--r--lib/ext/signature.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ext/signature.h b/lib/ext/signature.h
index 89b31d7221..0c74e3e634 100644
--- a/lib/ext/signature.h
+++ b/lib/ext/signature.h
@@ -32,8 +32,6 @@
extern extension_entry_st ext_mod_sig;
-int _gnutls_session_sign_algo_requested (gnutls_session_t session,
- gnutls_sign_algorithm_t sig);
gnutls_sign_algorithm_t
_gnutls_session_get_sign_algo (gnutls_session_t session, gnutls_pcert_st* cert);
int _gnutls_sign_algorithm_parse_data (gnutls_session_t session,