fix compilation

This commit is contained in:
Michele Balistreri 2021-04-16 09:20:21 +03:00
parent 1b3ea133c0
commit 75c956d64a
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Crypto {
&saltBytes, &saltBytes,
saltBytes.count, saltBytes.count,
prf, prf,
iterations, UInt32(iterations),
&outKey, &outKey,
keyLength) keyLength)
if result == kCCParamError { if result == kCCParamError {