summarylogtreecommitdiffstats
path: root/mbedtls-3.patch
blob: 352b333fea4cf7a2811c2ef64e3c59b489fc374f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/freenet/fcpv2.h	2022-01-18 04:46:09.559679137 -0500
+++ include/freenet/fcpv2.h.new	2022-01-18 04:46:44.743856336 -0500
@@ -33,7 +33,7 @@
 #endif
 
 #ifdef FCP_SSL
-	#include <mbedtls/net.h>
+	#include <mbedtls/net_sockets.h>
 	#include <mbedtls/ssl.h>
 	#include <mbedtls/ctr_drbg.h>
 	#include <mbedtls/entropy.h>