mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
No default clause needed
This commit is contained in:
@@ -163,9 +163,8 @@ crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
|
||||
case crypto_pwhash_ALG_ARGON2ID13:
|
||||
return crypto_pwhash_argon2id_str(out, passwd, passwdlen,
|
||||
opslimit, memlimit);
|
||||
default:
|
||||
sodium_misuse();
|
||||
}
|
||||
sodium_misuse();
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user