diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-05 21:19:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-06 11:02:32 +0100 |
commit | 5597be318c5e115d2a9502d81038a8a279bea38c (patch) | |
tree | c8124bf6b7c9a5be3587c06ea012eed0ed861e5d /test/src | |
parent | 0886a95e57e47c507ad3a52e3c9d3581ee7b6ddc (diff) |
Dup GnuTLS test to OpenSSL
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <gnutls/ocsp.h> -# 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 |