File: ne-minimum

package info (click to toggle)
litmus 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,252 kB
  • sloc: ansic: 28,924; xml: 4,291; sh: 768; makefile: 594
file content (16 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'",