projects
/
project
/
ustream-ssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b6668
)
ustream-ssl: mbedtls: fix net_sockets.h include warning
author
Daniel Danzberger
<daniel@dd-wrt.com>
Sun, 8 Dec 2019 16:14:18 +0000
(17:14 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 5 Jan 2020 16:22:14 +0000
(17:22 +0100)
mbedtls/net.h is deprecated in favor of mbedtls/net_sockets.h
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
ustream-mbedtls.h
patch
|
blob
|
history
diff --git
a/ustream-mbedtls.h
b/ustream-mbedtls.h
index 70bd4ea6fb95bd97f060e7928bf2bcbcd76d007c..0e5988a57275b2fbc819eb686b631aa66c1fd097 100644
(file)
--- a/
ustream-mbedtls.h
+++ b/
ustream-mbedtls.h
@@
-19,7
+19,7
@@
#ifndef __USTREAM_POLARSSL_H
#define __USTREAM_POLARSSL_H
-#include <mbedtls/net.h>
+#include <mbedtls/net
_sockets
.h>
#include <mbedtls/ssl.h>
#include <mbedtls/certs.h>
#include <mbedtls/x509.h>