Commit d68152c8 authored by jan.koester's avatar jan.koester
Browse files

libcrypto removed

parent 2c311e27
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -83,11 +83,15 @@ libhttppp::HttpD::HttpD(int argc, char** argv){
    const char *sslcertpath = nullptr;
    if (HTTPDCmdController->getCmdbyKey("httpscert"))
        sslcertpath = HTTPDCmdController->getCmdbyKey("httpscert")->getValue();
    else
        sslcertpath = nullptr;
    
    /*get httpaddress from console paramter*/
    const char *sslkeypath = nullptr;
    if (HTTPDCmdController->getCmdbyKey("httpskey"))
        sslkeypath = HTTPDCmdController->getCmdbyKey("httpskey")->getValue();
    else
        sslkeypath = nullptr;

    try {
        if (sslcertpath && sslkeypath) {