Fix indentation.

This commit is contained in:
John Baldwin 2020-07-27 16:31:21 +00:00
parent 91371fbcf6
commit e2bbd168ad
2 changed files with 2 additions and 2 deletions

View file

@ -543,7 +543,7 @@ g_eli_auth_run(struct g_eli_worker *wr, struct bio *bp)
if (g_eli_ivlen(sc->sc_ealgo) != 0) {
crp->crp_flags |= CRYPTO_F_IV_SEPARATE;
g_eli_crypto_ivgen(sc, dstoff, crp->crp_iv,
sizeof(crp->crp_iv));
sizeof(crp->crp_iv));
}
g_eli_auth_keygen(sc, dstoff, authkey);

View file

@ -288,7 +288,7 @@ g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp)
if (g_eli_ivlen(sc->sc_ealgo) != 0) {
crp->crp_flags |= CRYPTO_F_IV_SEPARATE;
g_eli_crypto_ivgen(sc, dstoff, crp->crp_iv,
sizeof(crp->crp_iv));
sizeof(crp->crp_iv));
}
error = crypto_dispatch(crp);