mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-07 08:50:05 +01:00
Move CRYPT_ANY_DIGEST definition.
This commit is contained in:
committed by
Milan Broz
parent
fee1d659cf
commit
35d29b22c0
@@ -47,6 +47,8 @@
|
||||
#define CRYPT_DEFAULT_SEGMENT 0
|
||||
#define CRYPT_DEFAULT_SEGMENT_STR "0"
|
||||
|
||||
#define CRYPT_ANY_DIGEST -1
|
||||
|
||||
/*
|
||||
* LUKS2 header on-disk.
|
||||
*
|
||||
|
||||
@@ -128,8 +128,6 @@ typedef struct {
|
||||
|
||||
const digest_handler *LUKS2_digest_handler_type(struct crypt_device *cd, const char *type);
|
||||
|
||||
#define CRYPT_ANY_DIGEST -1
|
||||
|
||||
/**
|
||||
* LUKS2 token handlers (internal use only)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user