X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;h=bfcaf8dd44c22ad7d514648d421325344e90577b;hb=96aa9c1a06201d69add63173b800ca98cd77c533;hp=5abce2779145e5126493d86a95ecc06785c19581;hpb=9aae24589097d8487a677a55caa084973ebe041e;p=wget diff --git a/src/wget.h b/src/wget.h index 5abce277..bfcaf8dd 100644 --- a/src/wget.h +++ b/src/wget.h @@ -40,7 +40,8 @@ so, delete this exception statement from your version. */ # define NDEBUG #endif -#if defined HAVE_OPENSSL || defined HAVE_GNUTLS +/* Is OpenSSL or GNUTLS available? */ +#if defined HAVE_LIBSSL || defined HAVE_LIBGNUTLS # define HAVE_SSL #endif