summaryrefslogtreecommitdiff
path: root/tests/slow/cipher-override2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/slow/cipher-override2.c')
-rw-r--r--tests/slow/cipher-override2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/slow/cipher-override2.c b/tests/slow/cipher-override2.c
index 3ed71186ae..c7c2842eee 100644
--- a/tests/slow/cipher-override2.c
+++ b/tests/slow/cipher-override2.c
@@ -8,17 +8,6 @@
#include <gnutls/crypto.h>
#include <gnutls/self-test.h>
-#ifndef HAVE_LIBNETTLE
-int main(int argc, char **argv)
-{
- exit(77);
-}
-#else
-
-# include <nettle/aes.h>
-# include <nettle/cbc.h>
-# include <nettle/gcm.h>
-
/* this tests whether the API to override ciphers works sanely,
* when GNUTLS_E_NEED_FALLBACK is used.
*/
@@ -157,5 +146,3 @@ int main(int argc, char **argv)
gnutls_global_deinit();
return 0;
}
-
-#endif