Fix for removing Binary Keys
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user