fixed mistyped method in CryptoKey

This commit is contained in:
Stefan Reitshamer 2012-01-23 11:03:55 -05:00
parent 80d3d0a6da
commit 1643016d65

View file

@ -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