1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

ECDH: Fix whitespace, permissions

This commit is contained in:
Christoph M. Wintersteiger
2018-12-14 11:03:02 +00:00
committed by Janos Follath
parent 999f3b53a1
commit c3cbddecb5
10 changed files with 5 additions and 4 deletions

0
3rdparty/everest/include/everest/everest.h vendored Executable file → Normal file
View File

0
3rdparty/everest/include/everest/x25519.h vendored Executable file → Normal file
View File

3
3rdparty/everest/library/everest.c vendored Executable file → Normal file
View File

@@ -107,4 +107,5 @@ int mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen
return mbedtls_x25519_calc_secret( x25519_ctx, olen, buf, blen, f_rng, p_rng );
}
#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */
#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */

0
3rdparty/everest/library/x25519.c vendored Executable file → Normal file
View File