Comment 82 for bug 953875

Revision history for this message
In , Lennart-poettering (lennart-poettering) wrote :

Also, please add the initialization of .offset and .skip into the declaration of the params variable, as initializer. i.e.:

struct crypt_params_plain params = {
        .offset = arg_offset,
        .skip = arg_skip,
};

Also, please document the new switches in crypttab(5).