Browse Source

libcrypt: Silence compiler warning

android-5
Fredrik Fornwall 8 years ago
parent
commit
da88951d87
  1. 2
      packages/libcrypt/crypt3.c

2
packages/libcrypt/crypt3.c

@ -1376,7 +1376,7 @@ static const struct crypt_format {
char* crypt(const char* key, const char* salt)
{
int len;
size_t len;
const struct crypt_format *cf;
for (cf = crypt_formats; cf->name != NULL; ++cf) {

Loading…
Cancel
Save