Index: src/microhttpd/daemon.c =================================================================== 549c549,550 < if (NULL != daemon->https_key_password) --- > if (NULL != daemon->https_key_password) { > #if GNUTLS_VERSION_MAJOR >= 3 555c556,564 < --- > #else > #if HAVE_MESSAGES > MHD_DLOG (daemon, > "Failed to setup x509 certificate/key: pre 3.X.X version " \ > "of GnuTLS does not support setting key password"); > #endif > return -1; > #endif > }