aboutsummaryrefslogtreecommitdiff
path: root/metadata/metadata.proto
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/metadata.proto')
-rw-r--r--metadata/metadata.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto
index 5e1b9dd..af7c646 100644
--- a/metadata/metadata.proto
+++ b/metadata/metadata.proto
@@ -39,7 +39,7 @@ message WrappedKeyData {
// Specifies the method in which an outside secret is obtained for a Protector
enum SourceType {
- default = 0;
+ none = 0;
pam_passphrase = 1;
custom_passphrase = 2;
raw_key = 3;