summaryrefslogtreecommitdiffstats
path: root/openwrt/package/mini_httpd
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 15:59:52 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 15:59:52 +0000
commit47cc81f825bdd7f7ddf1633b63c57fb499304839 (patch)
tree49e019b21a12cd5c3cfb9238307b0ec7c4b29336 /openwrt/package/mini_httpd
parent1d108b82ccf6c196e0787ce100e60e60bcc1d23f (diff)
fix typo (thanks to armcc)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/mini_httpd')
-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 54963f363..e2d83af88 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 );