mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-04-27 15:07:44 +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)initWithPassword:(NSString *)thePassword salt:(NSData *)theSalt error:(NSError **)error;
|
||||||
- (id)initLegacyWithPassword:(NSString *)thePassword error:(NSError **)error;
|
- (id)initLegacyWithPassword:(NSString *)thePassword error:(NSError **)error;
|
||||||
- (EVP_CIPHER *)cipher;
|
- (const EVP_CIPHER *)cipher;
|
||||||
- (unsigned char *)evpKey;
|
- (unsigned char *)evpKey;
|
||||||
- (unsigned char *)iv;
|
- (unsigned char *)iv;
|
||||||
@end
|
@end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue