mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Fix indentation.
This commit is contained in:
parent
91371fbcf6
commit
e2bbd168ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue