mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
fix(core): fix compilation warning in NSData+Crypto
This commit is contained in:
@@ -60,7 +60,9 @@
|
||||
- (NSData *) asBlowfishCryptUsingSalt: (NSData *) theSalt;
|
||||
#ifdef HAVE_SODIUM
|
||||
- (NSData *) asArgon2iUsingSalt: (NSData *) theSalt;
|
||||
# ifdef crypto_pwhash_ALG_ARGON2ID13
|
||||
- (NSData *) asArgon2idUsingSalt: (NSData *) theSalt;
|
||||
#endif /* crypto_pwhash_ALG_ARGON2ID13 */
|
||||
#endif /* HAVE_SODIUM */
|
||||
|
||||
- (NSData *) extractSalt: (NSString *) theScheme;
|
||||
|
||||
Reference in New Issue
Block a user