port to low level EC key functions

This will allow creating a fixed key for testing
This commit is contained in:
Benjamin Berg
2020-11-03 00:14:22 +01:00
parent 2a99fb0aca
commit 39e060a71b
4 changed files with 56 additions and 48 deletions

View File

@@ -225,7 +225,13 @@ foreach i : driver_helpers
error('nss >=3.55 is required for SDCP support (@0@ and possibly others)'.format(driver))
endif
freebl_dep = cc.find_library('freebl', required: false)
if not freebl_dep.found()
error('The static freebl library from nss is required for SDCP support (@0@ and possibly others)'.format(driver))
endif
optional_deps += nss_dep
optional_deps += freebl_dep
elif i == 'udev'
install_udev_rules = true