From 5597be318c5e115d2a9502d81038a8a279bea38c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 5 Aug 2015 21:19:40 +0100 Subject: Dup GnuTLS test to OpenSSL --- test/src/client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/src') diff --git a/test/src/client.c b/test/src/client.c index dd7df5bd6..ee00912bc 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -84,9 +84,9 @@ latter needs a whole pile of tables. */ # if GNUTLS_VERSION_NUMBER >= 0x030103 # define HAVE_OCSP # include -# ifndef GNUTLS_NO_EXTENSIONS -# define GNUTLS_NO_EXTENSIONS 0 -# endif +# endif +# ifndef GNUTLS_NO_EXTENSIONS +# define GNUTLS_NO_EXTENSIONS 0 # endif # define DH_BITS 768 -- cgit v1.2.3