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-os400.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/config-os400.h') diff --git a/lib/config-os400.h b/lib/config-os400.h index d14bd3391..a302828e2 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -160,9 +160,6 @@ /* Define if you have the header file. */ #undef HAVE_KRB_H -/* Define if you have the `crypto' library (-lcrypto). */ -#undef HAVE_LIBCRYPTO - /* Define if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -175,9 +172,6 @@ /* Define if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET -/* Define if you have the `ssl' library (-lssl). */ -#undef HAVE_LIBSSL - /* Define if you have GSS API. */ #define HAVE_GSSAPI -- cgit v1.2.3