2
0
Эх сурвалжийг харах

daemon.c: fix building without HTTPS support

Evgeny Grin (Karlson2k) 11 жил өмнө
parent
commit
e3c9ecf80a

+ 3 - 0
src/microhttpd/daemon.c

@@ -4076,9 +4076,12 @@ MHD_start_daemon_va (unsigned int flags,
             }
         }
     }
+#if HTTPS_SUPPORT
   /* API promises to never use the password after initialization,
      so we additionally NULL it here to not deref a dangling pointer. */
   daemon->https_key_password = NULL;
+#endif /* HTTPS_SUPPORT */
+
   return daemon;
 
 thread_failed: