From df85b86a92ac2488667acfd81d16321c73fceecf Mon Sep 17 00:00:00 2001 From: "Paul B. Omta" Date: Fri, 4 Oct 2019 09:55:54 +0200 Subject: build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines Closes https://github.com/curl/curl/pull/4460 --- lib/config-tpf.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/config-tpf.h') diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 778d9833f..95d98f114 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -277,10 +277,6 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ -/* Define to 1 if you have the `ssl' library (-lssl). */ -/* #undef HAVE_LIBSSL */ -#define HAVE_LIBSSL 1 - /* if zlib is available */ /* #undef HAVE_LIBZ */ -- cgit v1.2.1