Skip to content

Commit

Permalink
fix(plugin): cert_gen mbedTLS fix header file include and add to build
Browse files Browse the repository at this point in the history
Co-authored-by: Christian von Arnim <[email protected]>
Signed-off-by: Goetz Goerisch <[email protected]>
  • Loading branch information
GoetzGoerisch and ccvca committed Nov 20, 2024
1 parent 84ee8b0 commit be4972d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/crypto/mbedtls/ua_mbedtls_create_certificate.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <time.h>

#include "securitypolicy_mbedtls_common.h"
#include "eventloop/posix/eventloop_posix.h"
#include "../../arch/eventloop_posix.h"

#if defined(UA_ENABLE_ENCRYPTION_MBEDTLS)

Expand Down
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ if(UA_ENABLE_ENCRYPTION_MBEDTLS)
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_securitypolicy_basic256sha256.c
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_securitypolicy_aes128sha256rsaoaep.c
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_securitypolicy_aes256sha256rsapss.c
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_pki_mbedtls.c)
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_pki_mbedtls.c
${PROJECT_SOURCE_DIR}/plugins/crypto/mbedtls/ua_mbedtls_create_certificate.c)
endif()

if(UA_ENABLE_ENCRYPTION_OPENSSL OR UA_ENABLE_ENCRYPTION_LIBRESSL)
Expand Down

0 comments on commit be4972d

Please sign in to comment.