From 63b620b6f4ae27c8d4f057ecfb5e7e9603d1e217 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 5 Oct 2005 15:59:52 +0000
Subject: fix typo (thanks to armcc)

SVN-Revision: 2053
---
 openwrt/package/mini_httpd/patches/500-matrixssl.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'openwrt/package/mini_httpd/patches')

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 );
-- 
cgit v1.1