mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
cd235ce27d
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.
12 lines
394 B
Diff
12 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
|