Commit Graph

3 Commits

Author SHA1 Message Date
Olaf Bergmann
428ed50a82 sha2prog.c: Add missing header includes
Change-Id: Ie4b7607c16c320ab779af8b6b5a47167f53a65a9
2019-04-25 14:57:18 +02:00
Kyungsun Cho
1ddeffa2a9 bug 490467: Renamed |SHA| symbol names on |sha2| module
this change is for resolving |sha2| symbol-conflict in using
|tinydtls| with other crypto modules. this symbol-conflict could
occur on the |tinydtls|-deployed systems with using |OpenSSL| or
|OpenSSL|-like, which has another |SHA| symbols.
In case of |iotivity-tinydtls|, the conflict occurs between
|iotivity-tinydtls| and the deployed |crypto| library, which has
also another |SHA|.

[patch #1] initial commit
[patch #2-3] updated commit message
[patch #4] reverted renaming for internal symbols
[patch #5] updated symbols with lower-case
[patch #6] fixed typo for calling API

bugs: https://bugs.eclipse.org/bugs/show_bug.cgi?id=490467

Change-Id: I6942870c7c31544e89a20209d21730406ffb08d2
Signed-off-by: Kyungsun Cho <goodsun.cho@samsung.com>
2016-04-20 16:36:39 +09:00
Olaf Bergmann
b11921d72f Re-added sha2 implementation
Covered by CQ 10515:
http://dev.eclipse.org/ipzilla/show_bug.cgi?id=10515
2016-02-02 18:56:30 +01:00