commit | 3d3ebe2ffbd093ee4670e8249e263fd041547805 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Dec 05 08:59:45 2017 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Dec 27 14:16:08 2017 -0500 |
tree | dc8eea7bd0e19c4d6e814776f665d1542812632c | |
parent | 04c7620580e142e281a96a00382a6b6c2591cef6 [diff] |
tests: crypto: fix call to memset We are getting warnings when building with native port: used with length equal to number of elements without multiplication by element size This fixes the call of memset. Signed-off-by: Anas Nashif <anas.nashif@intel.com>