mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Remove trailing spaces.
This commit is contained in:
parent
d5db4f4fe6
commit
6ea1a6d1ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160785
@ -113,7 +113,7 @@ padlock_init(void)
|
||||
free(padlock_sc, M_PADLOCK);
|
||||
padlock_sc = NULL;
|
||||
return (ENOMEM);
|
||||
}
|
||||
}
|
||||
|
||||
mtx_init(&sc->sc_sessions_mtx, "padlock_mtx", NULL, MTX_DEF);
|
||||
crypto_register(sc->sc_cid, CRYPTO_AES_CBC, 0, 0, padlock_newsession,
|
||||
|
Loading…
Reference in New Issue
Block a user