-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add compatibility with Mbed TLS 3.0.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ssl
updated
9 files
+2 β4 | CMakeLists.txt | |
+32 β26 | example-client.c | |
+35 β28 | example-server.c | |
+21 β0 | example.crt | |
+91 β0 | example.h | |
+28 β0 | example.key | |
+73 β111 | mbedtls.c | |
+82 β91 | openssl.c | |
+19 β32 | ssl.h |