Skip to content

Conflict with rijndaelKeySetupEnc when using nrf-softsim and tinydtls together #85

@BB-Vega

Description

@BB-Vega

Hi Onomondo team,

I'm trying to use nrf-softsim alongside tinydtls, but I'm running into a build issue due to a symbol conflict:

modules/tinydtls/build/libtinydtls.a(rijndael.c.obj): in function `rijndaelKeySetupEnc':
.../tinydtls/aes/rijndael.c:732: multiple definition of `rijndaelKeySetupEnc'; 
.../nrf-softsim/lib/libcrypto.a(aes-internal.c.obj):.../aes-internal.c:780: first defined here

It looks like both libraries define the same function.
Is there a recommended way to avoid this conflict?
Thanks in advance!

BR
Benedikt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions