Remove TinyCrypt config condition in source files
This commit removes from the TinyCrypt header and source code files, the configuration condition on MBEDTLS_USE_TINYCRYPT to include the file contents. This is to allow use of the library by the Factory Tool without enabling MBEDTLS_USE_TINYCRYPT, and also removes a modification we've made to make the code closer to the upstream TinyCrypt making it easier to maintain.
This commit is contained in:
parent
a3877007e6
commit
35e535a74a
6 changed files with 0 additions and 18 deletions
|
@ -73,7 +73,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
#ifndef __TC_UECC_H__
|
||||
#define __TC_UECC_H__
|
||||
|
||||
|
@ -528,4 +527,3 @@ void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,
|
|||
#endif
|
||||
|
||||
#endif /* __TC_UECC_H__ */
|
||||
#endif /* MBEDTLS_USE_TINYCRYPT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue