commit | c3cbddecb50dd54773bcfeca3a4d10c6361a3f22 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Fri Dec 14 11:03:02 2018 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:36:44 2019 +0100 |
tree | 7da351ac689ca50e27adc06046ecc7b1805137ff | |
parent | 999f3b53a1cfac57075659d9cacf63f513865afb [diff] [blame] |
ECDH: Fix whitespace, permissions
diff --git a/include/mbedtls/ecdh.h b/include/mbedtls/ecdh.h index 4bb704b..7f61c45 100644 --- a/include/mbedtls/ecdh.h +++ b/include/mbedtls/ecdh.h
@@ -43,7 +43,7 @@ #include "mbedtls/ecp.h" #if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED) -#undef MBEDTLS_ECDH_LEGACY_CONTEXT +#undef MBEDTLS_ECDH_LEGACY_CONTEXT #include "everest/everest.h" #endif