diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 15:59:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 15:59:52 +0000 |
commit | 3d05b9b206cbc9a58107f106034a7b48ebefb098 (patch) | |
tree | 63357dddb90b886822a09b8d40d901b4919fb215 /package | |
parent | 563b250c8849e51b21457285c0561bdbad297c07 (diff) | |
download | upstream-3d05b9b206cbc9a58107f106034a7b48ebefb098.tar.gz upstream-3d05b9b206cbc9a58107f106034a7b48ebefb098.tar.bz2 upstream-3d05b9b206cbc9a58107f106034a7b48ebefb098.zip |
fix typo (thanks to armcc)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mini_httpd/patches/500-matrixssl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mini_httpd/patches/500-matrixssl.patch b/package/mini_httpd/patches/500-matrixssl.patch index 54963f3636..e2d83af88e 100644 --- a/package/mini_httpd/patches/500-matrixssl.patch +++ b/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 ); |