Skip to content
Snippets Groups Projects
Commit 7a5b4a27 authored by chrysn's avatar chrysn
Browse files

Update to tinydtls devel branch

Since 5f32f03d, its PRNG functions are fanned out into platform specific
implementations; those are included now.
parent bfdc6968
No related branches found
No related tags found
No related merge requests found
tinydtls @ 9a349611
Subproject commit 8414f8ace98bab1f835b494c85e3a6d8144341c9
Subproject commit 9a3496119688047b6d8b79826f13425397d92e10
......@@ -45,7 +45,8 @@ setup(
"DTLSSocket/tinydtls/peer.c",
"DTLSSocket/tinydtls/session.c",
"DTLSSocket/tinydtls/aes/rijndael.c",
"DTLSSocket/tinydtls/sha2/sha2.c"
"DTLSSocket/tinydtls/sha2/sha2.c",
"DTLSSocket/tinydtls/platform-specific/dtls_prng_posix.c",
],
include_dirs=['DTLSSocket/tinydtls'],
define_macros=[('DTLSv12', '1'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment