projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563b250
)
fix typo (thanks to armcc)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Oct 2005 15:59:52 +0000
(15:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Oct 2005 15:59:52 +0000
(15:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2053
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mini_httpd/patches/500-matrixssl.patch
patch
|
blob
|
history
diff --git
a/package/mini_httpd/patches/500-matrixssl.patch
b/package/mini_httpd/patches/500-matrixssl.patch
index
54963f3
..
e2d83af
100644
(file)
--- 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 );