ladybird/Ports/mbedtls/remove-net-from-config.patch
Conrad Pankoff cd235ce27d Ports: mbedtls
This is a very basic mbedtls port. I've disabled the networking bits,
since they want some macros that we don't have defined. We might not even
want the networking functions anyway, since they wouldn't play very nice
with CEventLoop and friends.
2019-08-04 18:54:12 +02:00

13 lines
394 B
Diff

diff -u -r mbedtls/include/mbedtls/config.h mbedtls-patched/include/mbedtls/config.h
--- mbedtls/include/mbedtls/config.h 2019-06-18 23:23:28.000000000 +1000
+++ mbedtls-patched/include/mbedtls/config.h 2019-08-05 00:27:17.322830039 +1000
@@ -2460,7 +2460,7 @@
*
* This module provides networking routines.
*/
-#define MBEDTLS_NET_C
+//#define MBEDTLS_NET_C
/**
* \def MBEDTLS_OID_C