@@ -129,11 +129,11 @@ X509 *x = 0; X509 *cert = 0; in = BIO_new_mem_buf(pData, nData); if( in==0 ) goto end_of_ucfm; - // x = X509_new_ex(ctx->libctx, ctx->propq); + /* x = X509_new_ex(ctx->libctx, ctx->propq); */ x = X509_new(); if( x==0 ) goto end_of_ucfm; cert = PEM_read_bio_X509(in, &x, 0, 0); if( cert==0 ) goto end_of_ucfm; rc = SSL_CTX_use_certificate(ctx, x)<=0; @@ -1175,11 +1175,11 @@ cgi_reply(); return; wellknown_notfound: fossil_free(zPath); - webpage_notfound_error(0); + webpage_notfound_error(0 /*works-like:""*/); return; } /* ** Return the OpenSSL version number being used. Space to hold