2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>

* mghttpd/mongoose.c: crypto_sw table is not used when SSL is disabled.
	RTEMS does not have flockfile/funlockfile.
This commit is contained in:
Joel Sherrill
2009-11-23 14:33:23 +00:00
parent 64101ef1b6
commit 3f255ce131
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* mghttpd/mongoose.c: crypto_sw table is not used when SSL is disabled.
RTEMS does not have flockfile/funlockfile.
2009-11-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add mghttpd.
+6
View File
@@ -168,6 +168,10 @@ typedef struct DIR {
#if HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
#if defined(__rtems__)
#define flockfile(x) (void) 0
#define funlockfile(x) (void) 0
#endif
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/time.h>
@@ -307,6 +311,7 @@ static struct ssl_func ssl_sw[] = {
{NULL, NULL}
};
#if !defined(NO_SSL)
/*
* Similar array as ssl_sw. These functions are located in different lib.
*/
@@ -316,6 +321,7 @@ static struct ssl_func crypto_sw[] = {
{"CRYPTO_set_id_callback", NULL},
{NULL, NULL}
};
#endif
/*
* Month names