mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
fixed mistyped method in CryptoKey
This commit is contained in:
parent
80d3d0a6da
commit
1643016d65
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
- (id)initWithPassword:(NSString *)thePassword salt:(NSData *)theSalt error:(NSError **)error;
|
||||
- (id)initLegacyWithPassword:(NSString *)thePassword error:(NSError **)error;
|
||||
- (EVP_CIPHER *)cipher;
|
||||
- (const EVP_CIPHER *)cipher;
|
||||
- (unsigned char *)evpKey;
|
||||
- (unsigned char *)iv;
|
||||
@end
|
||||
|
|
|
|||
Loading…
Reference in a new issue