diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:21:08 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:22:29 -0700 |
| commit | 0d4d11af2883bac66ecc427cdde37aa995b93ca8 (patch) | |
| tree | be426d602b210d91a3e0121ad4757dad8fef44cd /metadata/metadata.proto | |
| parent | 18925df4483ccf5c48dfb4314f85c1b37a1cbe81 (diff) | |
Random changesext4
Diffstat (limited to 'metadata/metadata.proto')
| -rw-r--r-- | metadata/metadata.proto | 2 |
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; |