diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-02-26 23:32:46 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-02-26 23:43:07 +0100 |
commit | effbc122dd820cce469544415f836962236de860 (patch) | |
tree | 6ef9249c87ca0be9428003857b6fcda136bb9ee0 /test/configure | |
parent | 03f110c5d92f3c8aa9dc447253a33e9c039a78b0 (diff) |
Testsuite: build a generic tls enabled client: client-anytls
Diffstat (limited to 'test/configure')
-rwxr-xr-x | test/configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/configure b/test/configure index 57b714b4c..bfe636324 100755 --- a/test/configure +++ b/test/configure @@ -625,8 +625,9 @@ LIBOBJS LOADED_OPT LOADED B64_GNUTLS +CLIENT_ANYTLS CLIENT_GNUTLS -CLIENT_SSL +CLIENT_OPENSSL BIND_8_COMPAT EGREP GREP @@ -3295,7 +3296,8 @@ if test "x$ac_cv_header_openssl_crypto_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_OPENSSL_CRYPTO_H 1 _ACEOF - CLIENT_SSL=bin/client-ssl + CLIENT_OPENSSL=bin/client-ssl + CLIENT_ANYTLS=bin/client-anytls fi done @@ -3308,6 +3310,7 @@ if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then : #define HAVE_GNUTLS_GNUTLS_H 1 _ACEOF CLIENT_GNUTLS=bin/client-gnutls + CLIENT_ANYTLS=bin/client-anytls fi done |