Fix for removing Binary Keys
This commit is contained in:
parent
c8181cebaa
commit
4c710b0f57
@ -1803,7 +1803,7 @@ miCASAWriteBinaryKey
|
||||
keyChainID,
|
||||
&secretID,
|
||||
escapedSHSKey,
|
||||
keyLen,
|
||||
keyLen-1, // keys in micasad are not saved with null terminators
|
||||
val,
|
||||
*valLen,
|
||||
epPassword,
|
||||
@ -2057,7 +2057,7 @@ miCASAReadBinaryKey
|
||||
keyChainID,
|
||||
&secretID,
|
||||
escapedSHSKey,
|
||||
keyLen,
|
||||
keyLen - 1, // keys in micasad are not saved with null terminators
|
||||
val,
|
||||
valLen,
|
||||
epPassword,
|
||||
|
Loading…
Reference in New Issue
Block a user