]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
[svn] Added NTLM support.
[wget] / src / ftp-basic.c
index d3714a03891c4ea6fcba8128717791c29ed4eb84..592dd59adac304cee0993ba35f66c8fbac90f51c 100644 (file)
@@ -158,7 +158,7 @@ ftp_login (int csock, const char *acc, const char *pass)
       xfree (respline);
       return FTPLOGREFUSED;
     }
-#ifdef USE_OPIE
+#ifdef ENABLE_OPIE
   {
     static const char *skey_head[] = {
       "331 s/key ",
@@ -195,7 +195,7 @@ ftp_login (int csock, const char *acc, const char *pass)
         pass = skey_response (skey_sequence, seed, pass);
       }
   }
-#endif /* USE_OPIE */
+#endif /* ENABLE_OPIE */
   xfree (respline);
   /* Send PASS password.  */
   request = ftp_request ("PASS", pass);