Move CRYPT_ANY_DIGEST definition.

This commit is contained in:
Ondrej Kozina
2018-04-03 13:46:28 +02:00
committed by Milan Broz
parent fee1d659cf
commit 35d29b22c0
2 changed files with 2 additions and 2 deletions

View File

@@ -47,6 +47,8 @@
#define CRYPT_DEFAULT_SEGMENT 0
#define CRYPT_DEFAULT_SEGMENT_STR "0"
#define CRYPT_ANY_DIGEST -1
/*
* LUKS2 header on-disk.
*

View File

@@ -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)
*/