Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/geom/eli/g_eli_key.c 220922 2011-04-21 13:31:43Z pjd $");
---
> __FBSDID("$FreeBSD: head/sys/geom/eli/g_eli_key.c 238114 2012-07-04 17:43:25Z pjd $");
200c200
< * The authentication key is: akey = HMAC_SHA512(Master-Key, 0x11)
---
> * The authentication key is: akey = HMAC_SHA512(Data-Key, 0x11)
212c212
< if (sc->sc_flags & G_ELI_FLAG_AUTH) {
---
> if ((sc->sc_flags & G_ELI_FLAG_AUTH) != 0) {