-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#483] Update Deprecated gethostbyname to getaddrinfo
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule cryptolib
updated
9 files
+6 −9 | .github/workflows/build.yml | |
+2 −2 | include/crypto.h | |
+5 −9 | src/core/crypto.c | |
+1 −3 | src/core/crypto_config.c | |
+13 −13 | src/core/crypto_tc.c | |
+12 −19 | src/sa/internal/sa_interface_inmemory.template.c | |
+23 −9 | support/standalone/standalone.c | |
+1 −0 | support/standalone/standalone.h | |
+9 −6 | test/unit/ut_ep_sa_mgmt.c |
Submodule generic_radio
updated
27 files