]> sjero.net Git - wget/blobdiff - src/wget.h
Use correctly FIONBIO values.
[wget] / src / wget.h
index fce89e7a9f92eab8df55c9a7a65b001d26fc05ff..c7c5e2cb1dd0ebd4c09419569fe174c5c199c81d 100644 (file)
@@ -52,7 +52,7 @@ as that of the covered work.  */
 #endif
 
 /* Is OpenSSL or GNUTLS available? */
-#if defined HAVE_LIBSSL || defined HAVE_LIBGNUTLS
+#if defined HAVE_LIBSSL || defined HAVE_LIBSSL32 || defined HAVE_LIBGNUTLS
 # define HAVE_SSL
 #endif