summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-05 15:59:52 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-05 15:59:52 +0000
commit63b620b6f4ae27c8d4f057ecfb5e7e9603d1e217 (patch)
tree49e019b21a12cd5c3cfb9238307b0ec7c4b29336 /openwrt/package
parent10c2e18de5b9d7b0be0e9981a5357f8e61e75475 (diff)
downloadmtk-20170518-63b620b6f4ae27c8d4f057ecfb5e7e9603d1e217.zip
mtk-20170518-63b620b6f4ae27c8d4f057ecfb5e7e9603d1e217.tar.gz
mtk-20170518-63b620b6f4ae27c8d4f057ecfb5e7e9603d1e217.tar.bz2
fix typo (thanks to armcc)
SVN-Revision: 2053
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/mini_httpd/patches/500-matrixssl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/mini_httpd/patches/500-matrixssl.patch b/openwrt/package/mini_httpd/patches/500-matrixssl.patch
index 54963f3..e2d83af 100644
--- a/openwrt/package/mini_httpd/patches/500-matrixssl.patch
+++ b/openwrt/package/mini_httpd/patches/500-matrixssl.patch
@@ -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 );