mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +02:00
fix typo (thanks to armcc)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d108b82cc
commit
47cc81f825
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user