mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
libzfs_crypto.c: remove unused key_locator enum
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #11866
This commit is contained in:
parent
0395cf92e0
commit
e568853f96
@ -51,12 +51,6 @@
|
|||||||
* technically ok if the salt is known to the attacker).
|
* technically ok if the salt is known to the attacker).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef enum key_locator {
|
|
||||||
KEY_LOCATOR_NONE,
|
|
||||||
KEY_LOCATOR_PROMPT,
|
|
||||||
KEY_LOCATOR_URI
|
|
||||||
} key_locator_t;
|
|
||||||
|
|
||||||
#define MIN_PASSPHRASE_LEN 8
|
#define MIN_PASSPHRASE_LEN 8
|
||||||
#define MAX_PASSPHRASE_LEN 512
|
#define MAX_PASSPHRASE_LEN 512
|
||||||
#define MAX_KEY_PROMPT_ATTEMPTS 3
|
#define MAX_KEY_PROMPT_ATTEMPTS 3
|
||||||
|
Loading…
Reference in New Issue
Block a user