add svn cleanup to sdk
[openwrt.git] / openwrt / package / mini_httpd / patches / 500-matrixssl.patch
index 54963f3..e2d83af 100644 (file)
@@ -123,7 +123,7 @@ diff -ruN mini_httpd-1.19-orig/mini_httpd.c mini_httpd-1.19-3/mini_httpd.c
 +# else /* HAVE_OPENSSL */
 +#  ifdef HAVE_MATRIXSSL
 +      matrixSslOpen();
-+      if ( matrixSslReadKeys( &keys, certfile, certfile, NULL, NULL < 0) )
++      if ( matrixSslReadKeys( &keys, certfile, certfile, NULL, NULL ) < 0 )
 +          {
 +          syslog( LOG_CRIT, "can't load certificate and/or private key\n");
 +          (void) fprintf( stderr, "%s: can't load certificate and/or private key\n", argv0 );
This page took 0.021632 seconds and 4 git commands to generate.