Skip to content

Commit

Permalink
refactor(pubsub): Remove the last remnants of UA_ENABLE_PUBSUB_ENCRYP…
Browse files Browse the repository at this point in the history
…TION
  • Loading branch information
jpfr committed Nov 29, 2024
1 parent 073e81b commit 4729ded
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions examples/pubsub/tutorial_pubsub_mqtt_subscribe.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#include <open62541/plugin/log_stdout.h>
#include <open62541/server.h>
#include <open62541/server_pubsub.h>
#if defined(UA_ENABLE_PUBSUB_ENCRYPTION)
#include <open62541/plugin/securitypolicy_default.h>
#endif

#include <stdio.h>

#include <stdio.h>

Expand Down
4 changes: 0 additions & 4 deletions tools/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ function build_tpm_tool {
-DUA_ENABLE_ENCRYPTION=MBEDTLS \
-DUA_ENABLE_ENCRYPTION_TPM2=ON \
-DUA_ENABLE_PUBSUB=ON \
-DUA_ENABLE_PUBSUB_ENCRYPTION=ON \
-DUA_FORCE_WERROR=ON \
..
make ${MAKEOPTS}
Expand Down Expand Up @@ -267,7 +266,6 @@ function unit_tests_encryption_mbedtls_pubsub {
-DUA_ENABLE_ENCRYPTION=MBEDTLS \
-DUA_ENABLE_PUBSUB=ON \
-DUA_ENABLE_PUBSUB_INFORMATIONMODEL=ON \
-DUA_ENABLE_PUBSUB_ENCRYPTION=ON \
-DUA_FORCE_WERROR=ON \
..
make ${MAKEOPTS}
Expand All @@ -284,7 +282,6 @@ function unit_tests_pubsub_sks {
-DUA_ENABLE_ENCRYPTION=MBEDTLS \
-DUA_ENABLE_PUBSUB=ON \
-DUA_ENABLE_PUBSUB_INFORMATIONMODEL=ON \
-DUA_ENABLE_PUBSUB_ENCRYPTION=ON \
-DUA_ENABLE_PUBSUB_SKS=ON \
-DUA_ENABLE_UNIT_TESTS_MEMCHECK=ON \
-DUA_FORCE_WERROR=ON \
Expand Down Expand Up @@ -371,7 +368,6 @@ function examples_valgrind {
-DUA_NAMESPACE_ZERO=FULL \
-DUA_ENABLE_NODESETLOADER=ON \
-DUA_ENABLE_PUBSUB_SKS=ON \
-DUA_ENABLE_PUBSUB_ENCRYPTION=ON \
-DUA_FORCE_WERROR=ON \
..
make ${MAKEOPTS}
Expand Down

0 comments on commit 4729ded

Please sign in to comment.