mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Remove unused define CRYPT_KC_TYPE_UNDEFINED.
The defined was not yet released in stable version.
This commit is contained in:
@@ -1229,8 +1229,6 @@ int crypt_keyslot_context_set_pin(struct crypt_device *cd,
|
||||
* @addtogroup crypt-keyslot-context-types
|
||||
* @{
|
||||
*/
|
||||
/** keyslot context is not properly initialized */
|
||||
#define CRYPT_KC_TYPE_UNDEFINED INT16_C(0)
|
||||
/** keyslot context initialized by passphrase (@link crypt_keyslot_context_init_by_passphrase @endlink) */
|
||||
#define CRYPT_KC_TYPE_PASSPHRASE INT16_C(1)
|
||||
/** keyslot context initialized by keyfile (@link crypt_keyslot_context_init_by_keyfile @endlink) */
|
||||
|
||||
Reference in New Issue
Block a user