Change TOTP index from 17300 to 18100

This commit is contained in:
unix-ninja
2018-10-16 15:33:09 -04:00
parent bfca416097
commit 6cda8f7077
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1325,7 +1325,7 @@ typedef enum kern_type
KERN_TYPE_WPA_PMKID_PBKDF2 = 16800,
KERN_TYPE_WPA_PMKID_PMK = 16801,
KERN_TYPE_ANSIBLE_VAULT = 16900,
KERN_TYPE_TOTP_HMACSHA1 = 17300,
KERN_TYPE_TOTP_HMACSHA1 = 18100,
KERN_TYPE_PLAINTEXT = 99999,
} kern_type_t;