diff --git a/lib/libzfs/libzfs_crypto.c b/lib/libzfs/libzfs_crypto.c index fe3a0f2836..450728c735 100644 --- a/lib/libzfs/libzfs_crypto.c +++ b/lib/libzfs/libzfs_crypto.c @@ -51,12 +51,6 @@ * 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 MAX_PASSPHRASE_LEN 512 #define MAX_KEY_PROMPT_ATTEMPTS 3