Fix for removing Binary Keys

This commit is contained in:
Jim Norman 2007-01-25 06:53:05 +00:00
parent c8181cebaa
commit 4c710b0f57

View File

@ -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,