-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ssl submodule for Mbed TLS 3.0.0 compat
github: #26 Signed-off-by: Glenn Strauss <[email protected]>
- 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 | |
+77 −111 | mbedtls.c | |
+87 −91 | openssl.c | |
+19 −32 | ssl.h |