1 2 3 4 5 6 7 8 9 10 11
--- a/include/freenet/fcpv2.h +++ b/include/freenet/fcpv2.h @@ -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>