]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.c
* Fixed some compiler warnings in the new unsignedchar-safe version
[citadel.git] / webcit / webserver.c
index 8e86431dda7cba746eb190a872e63ce6cac08201..50a6dc1e5fc58b7b03d67c43035931bcd35e8f4c 100644 (file)
@@ -756,9 +756,11 @@ void worker_entry(void)
                                context_loop(ssock);
 
                                /** Shut down SSL/TLS if required... */
+#ifdef HAVE_OPENSSL
                                if (is_https) {
                                        endtls();
                                }
+#endif
 
                                /** ...and close the socket. */
                                lingering_close(ssock);