-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/open62541 digest to 7a1dfce
- Loading branch information
1 parent
06afb7e
commit bb67b3e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open62541
updated
19 files
+1 −1 | .github/workflows/build_linux.yml | |
+1 −1 | .github/workflows/cifuzz.yml | |
+3 −3 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/coverage.yml | |
+2 −2 | .github/workflows/debian_packing.yml | |
+3 −3 | .github/workflows/doc_upload.yml | |
+2 −2 | .github/workflows/rebase.yml | |
+8 −0 | CMakeLists.txt | |
+2 −2 | include/open62541/types.h | |
+9 −5 | plugins/crypto/openssl/ua_pki_openssl.c | |
+1 −1 | plugins/ua_config_default.c | |
+5 −0 | src/client/ua_client_highlevel.c | |
+3 −1 | src/pubsub/ua_pubsub_eventloop.c | |
+1 −1 | src/pubsub/ua_pubsub_reader.c | |
+1 −1 | src/server/ua_server.c | |
+1 −1 | src/ua_types.c | |
+0 −2 | src/ua_util.c | |
+6 −1 | src/ua_util_internal.h | |
+53 −0 | tests/server/check_services_attributes.c |