crypto-native: properly deal with broken or outdated toolchains 72/26972/2
authorDamjan Marion <damarion@cisco.com>
Mon, 11 May 2020 12:03:29 +0000 (14:03 +0200)
committerDamjan Marion <damarion@cisco.com>
Mon, 11 May 2020 19:09:04 +0000 (21:09 +0200)
commit73a60b2da44847f3725d362a49207330d4d22aa5
tree28cce70187bb368298dea6f2cfabed573a7e500f
parent1ae16c8f3bebe33b2404ad845a2f09f910a06390
crypto-native: properly deal with broken or outdated toolchains

Avoids crash due to missing symbol, when build system detects toolchain
which is not able to produce binaries for all targets we need....

Type: fix

Change-Id: I77ee63cb8dca3c9e4e83a6235c60f1439a472444
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/crypto_native/CMakeLists.txt
src/plugins/crypto_native/aes_cbc.c
src/plugins/crypto_native/aes_gcm.c
src/plugins/crypto_native/crypto_native.h
src/plugins/crypto_native/main.c