mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
fixed typo in comment
This commit is contained in:
@@ -246,7 +246,7 @@
|
|||||||
- (void)_setupSecurityTab:(KPKMetaData *)metaData {
|
- (void)_setupSecurityTab:(KPKMetaData *)metaData {
|
||||||
/*
|
/*
|
||||||
If kdf or cipher is not found, exceptions are thrown.
|
If kdf or cipher is not found, exceptions are thrown.
|
||||||
This should not happen since we should not be able to load a file with unkonw cipher/kdf
|
This should not happen since we should not be able to load a file with unknown cipher/kdf
|
||||||
*/
|
*/
|
||||||
KPKKeyDerivation *keyDerivation = [KPKKeyDerivation keyDerivationWithParameters:metaData.keyDerivationParameters];
|
KPKKeyDerivation *keyDerivation = [KPKKeyDerivation keyDerivationWithParameters:metaData.keyDerivationParameters];
|
||||||
NSUInteger kdfIndex = [self.keyDerivationPopupButton.menu indexOfItemWithRepresentedObject:keyDerivation.uuid];
|
NSUInteger kdfIndex = [self.keyDerivationPopupButton.menu indexOfItemWithRepresentedObject:keyDerivation.uuid];
|
||||||
|
|||||||
Reference in New Issue
Block a user