fix compilation
This commit is contained in:
parent
1b3ea133c0
commit
75c956d64a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue