mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
fix typo (thanks to armcc)
SVN-Revision: 2053
This commit is contained in:
parent
10c2e18de5
commit
63b620b6f4
@ -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 */
|
+# else /* HAVE_OPENSSL */
|
||||||
+# ifdef HAVE_MATRIXSSL
|
+# ifdef HAVE_MATRIXSSL
|
||||||
+ matrixSslOpen();
|
+ 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");
|
+ 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 );
|
+ (void) fprintf( stderr, "%s: can't load certificate and/or private key\n", argv0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user