summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-21 08:46:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-21 08:46:19 +0000
commit4cd13ed6913afac69263655e3dfc8beb4119c101 (patch)
tree51714b07f654b2a221f18a24b4fdf5e8708c4307 /lib/gnutls_handshake.c
parent3c43f5b39dfc543637595b62cbbd64c3b0f377a9 (diff)
downloadgnutls-4cd13ed6913afac69263655e3dfc8beb4119c101.tar.gz
changed the values of GNUTLS_PK_UNKNOWN and GNUTLS_SIGN_UNKNOWN to zero.
Diffstat (limited to 'lib/gnutls_handshake.c')
-rw-r--r--lib/gnutls_handshake.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 267c802148..472f46f8d3 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2462,10 +2462,8 @@ inline static int check_server_params(gnutls_session_t session,
* by checking certificates etc.
*/
int _gnutls_remove_unwanted_ciphersuites(gnutls_session_t session,
- cipher_suite_st **
- cipherSuites, int numCipherSuites,
- gnutls_pk_algorithm_t
- requested_pk_algo)
+ cipher_suite_st **cipherSuites, int numCipherSuites,
+ gnutls_pk_algorithm_t requested_pk_algo)
{
int ret = 0;