diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-05 14:40:51 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-05 14:46:46 +0100 |
commit | d4488d4eafe629aa114ff2cb0d16c8885d9de164 (patch) | |
tree | 6f0ec66da2485cb85d04360bd0755965ca70477c /tests/mini-global-load.c | |
parent | 3a97e3f669be07aa7b7dadd19642c4098874e6b2 (diff) | |
download | gnutls-d4488d4eafe629aa114ff2cb0d16c8885d9de164.tar.gz |
tests: account for disabling of ARCFOUR where needed
Diffstat (limited to 'tests/mini-global-load.c')
-rw-r--r-- | tests/mini-global-load.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/mini-global-load.c b/tests/mini-global-load.c index 68615f72af..f10814e7fa 100644 --- a/tests/mini-global-load.c +++ b/tests/mini-global-load.c @@ -109,11 +109,7 @@ void doit(void) gnutls_credentials_set(server, GNUTLS_CRD_CERTIFICATE, serverx509cred); gnutls_priority_set_direct(server, -#ifndef ENABLE_FIPS140 - "NORMAL:-CIPHER-ALL:+ARCFOUR-128", -#else "NORMAL:-CIPHER-ALL:+AES-128-CBC", -#endif NULL); gnutls_transport_set_push_function(server, server_push); gnutls_transport_set_pull_function(server, server_pull); |