diff options
author | Paul B. Omta <p.b.omta@alumnus.utwente.nl> | 2019-10-04 09:55:54 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-10-05 19:18:30 -0400 |
commit | df85b86a92ac2488667acfd81d16321c73fceecf (patch) | |
tree | 1cf100ee179322cdd7e2f17e0f7094735ccaf760 /lib/config-os400.h | |
parent | 04ab0108ae74350de4d8f1aa88698469715b1480 (diff) | |
download | curl-df85b86a92ac2488667acfd81d16321c73fceecf.tar.gz |
build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
Closes https://github.com/curl/curl/pull/4460
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <krb.h> 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 |