mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
Remove duplicate CRYPT_ANY_TOKEN define.
This commit is contained in:
committed by
Milan Broz
parent
b11b11f9b0
commit
e5f72a0d4f
@@ -153,7 +153,6 @@ typedef struct {
|
||||
int token_keyring_set(json_object **, const void *);
|
||||
int token_keyring_get(json_object *, void *);
|
||||
|
||||
#define CRYPT_ANY_TOKEN -1
|
||||
int LUKS2_find_area_gap(struct crypt_device *cd, struct luks2_hdr *hdr,
|
||||
size_t keylength, uint64_t *area_offset, uint64_t *area_length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user