mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove unused variable
Reported by: gcc
This commit is contained in:
parent
2ec76e3e31
commit
aeb75ff3fd
1 changed files with 0 additions and 2 deletions
|
|
@ -315,12 +315,10 @@ unhandled:
|
|||
static int
|
||||
aesni_process(device_t dev, struct cryptop *crp, int hint __unused)
|
||||
{
|
||||
struct aesni_softc *sc;
|
||||
struct aesni_session *ses;
|
||||
struct cryptodesc *crd, *enccrd, *authcrd;
|
||||
int error, needauth;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
ses = NULL;
|
||||
error = 0;
|
||||
enccrd = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue