| 10409 | } |
| 10410 | |
| 10411 | void ClntAuthBlock::releaseKeys(unsigned from) |
| 10412 | { |
| 10413 | while (from < cryptKeys.getCount()) |
| 10414 | { |
| 10415 | delete cryptKeys[from++]; |
| 10416 | } |
| 10417 | } |
| 10418 | |
| 10419 | void ClntAuthBlock::createCryptCallback(ICryptKeyCallback** callback) |
| 10420 | { |