Updates to OEMCrypto API, OPK, ODK, and unit tests. See the file CHANGELOG.md for details.
12 lines
219 B
C++
12 lines
219 B
C++
#ifndef ERROR_STRING_UTIL_H_
|
|
#define ERROR_STRING_UTIL_H_
|
|
|
|
#include <string>
|
|
|
|
namespace wvutil {
|
|
|
|
const std::string OEMCryptoResultToString(int oemcrypto_result);
|
|
|
|
} // namespace wvutil
|
|
#endif // ERROR_STRING_UTIL_H_
|