You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/mongrel2/files/mongrel2-1.11.0-polarssl-pl...

23 lines
459 B

# Fix missing include for newer mbedtls
--- a/src/io.h
+++ b/src/io.h
@@ -6,6 +6,7 @@
#endif
#include <stdlib.h>
+#include <mbedtls/platform.h>
#include <mbedtls/x509.h>
#include <mbedtls/ssl.h>
#include "server.h"
--- a/src/server.h
+++ b/src/server.h
@@ -39,6 +39,7 @@
#include "adt/darray.h"
#include "host.h"
#include "routing.h"
+#include <mbedtls/platform.h>
#include <mbedtls/ssl.h>
#include <mbedtls/entropy.h>
#include <mbedtls/x509.h>