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