mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
umurmur: Update to lastest version. Replace PolarSSL with mbed TLS
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/ssl.h
|
||||
+++ b/src/ssl.h
|
||||
@@ -90,7 +90,7 @@ typedef ssl_context SSL_handle_t;
|
||||
|
||||
#elif defined(USE_MBEDTLS)
|
||||
#include <mbedtls/ssl.h>
|
||||
-#include <mbedtls/net.h>
|
||||
+#include <mbedtls/net_sockets.h>
|
||||
#include <mbedtls/version.h>
|
||||
|
||||
#if defined(MBEDTLS_VERSION_MAJOR)
|
||||
Reference in New Issue
Block a user