This commit is contained in:
osboxes.org 2019-12-31 22:22:03 +01:00
commit eb1596dc9f
2 changed files with 9 additions and 9 deletions

View file

@ -2223,7 +2223,7 @@ exit:
ret = MBEDTLS_ERR_X509_FATAL_ERROR;
if (ret != 0) {
*flags = (uint32_t) -1;
*flags = (uint32_t) - 1;
return (ret);
}