/* Encrypt this chunk. */
if (cinfo->ciphcx != NULL) {
CSSM_SIZE inlen; /* length of data being encrypted */
- CSSM_SIZE outlen; /* length of encrypted data */
+ CSSM_SIZE outlen = 0; /* length of encrypted data */
CSSM_SIZE buflen; /* length available for encrypted data */
inlen = len;