Index: litmus/src/common.c
===================================================================
--- litmus.orig/src/common.c
+++ litmus/src/common.c
@@ -294,11 +294,7 @@ static int init_ssl(ne_session *sess)
     if (clicert_fn)
         cc = ne_ssl_clicert_read(clicert_fn);
     else
-#if NE_MINIMUM_VERSION(0, 35)
-        cc = ne_ssl_clicert_fromuri(clicert_uri, 0);
-#else
         t_warning("No client certificate URI support");
-#endif
 
     if (!cc) {
         t_context("Can not read the client certificate '%s'",
