update saf

This commit is contained in:
Zhi Guan
2017-02-22 18:21:02 +08:00
parent c966a3a3d1
commit b683fd00e0
11 changed files with 1488 additions and 39 deletions

View File

@@ -92,7 +92,7 @@ static ERR_STRING_DATA saf_errstr[] = {
{ SAR_NotLogin, "Not login" },
};
char *SAF_GetErrorString(int err)
const char *SAF_GetErrorString(int err)
{
int i;
for (i = 0; i < OSSL_NELEM(saf_errstr); i++) {