commit | 22360ee32352ea63b530c27cfb74da09737151dc | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Sat May 08 17:49:40 2021 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sun May 09 09:59:22 2021 -0500 |
tree | d74ecc90de923503da545e54a78f8e32884a9ee3 | |
parent | c5b4094cfb27d8c016f263774cb9908b7655226e [diff] |
tests: benchmarks: mbedtls: Support legacy API The contents of mbedtls_ecdh_context have changed in newer versions of the library. For now, we can work with the old version by adding a configuration define. It is unclear how long this will continue to work. Signed-off-by: David Brown <david.brown@linaro.org>