mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(pubsub): Remove the last remnants of UA_ENABLE_PUBSUB_ENCRYPTION
This commit is contained in:
parent
a5344503dd
commit
f9109ddfa6
@ -7,9 +7,7 @@
|
||||
#include <open62541/server.h>
|
||||
#include <open62541/server_pubsub.h>
|
||||
#include <open62541/plugin/log_stdout.h>
|
||||
#if defined(UA_ENABLE_PUBSUB_ENCRYPTION)
|
||||
#include <open62541/plugin/securitypolicy_default.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -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}
|
||||
@ -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}
|
||||
@ -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 \
|
||||
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user