mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-31 08:47:03 -04:00

Found with Clang's `scan-build` tool. The store to `ret` is not used, it's overwritten shortly after. Assign the value of 1 at declaration time instead to silence scan-build.