commit | 614d9c06677dfac460e60208c8e7fefcbacd9505 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Oct 24 21:27:43 2017 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Apr 17 09:17:38 2018 -0500 |
tree | f3facd8889afe22964ec4f72a54366e9b3414cd8 | |
parent | 4ca9a457561fc774ca54898a72754bf53d60dba2 [diff] [blame] |
Add a utils.h file that contains common functions The new header contains common information across various mbed TLS modules and avoids code duplication. To start, utils.h currently only contains the mbedtls_zeroize() function.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 7742c22..24a2484 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -57,6 +57,7 @@ version.c version_features.c xtea.c + utils.c ) set(src_x509