vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c in rbnacl-libsodium-1.0.10 vs vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c in rbnacl-libsodium-1.0.11

- old
+ new

@@ -297,10 +297,9 @@ int validation_result; ctx->adlen = 0; ctx->saltlen = 0; ctx->outlen = 0; - ctx->pwdlen = 0; if (type == Argon2_i) { CC("$argon2i"); } else { return ARGON2_INCORRECT_TYPE; }