Remove trailing spaces.

This commit is contained in:
Pawel Jakub Dawidek 2006-07-28 14:48:30 +00:00
parent d5db4f4fe6
commit 6ea1a6d1ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160785

View File

@ -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,