comparison th_crypto.c @ 441:2991e6b52d95

Get rid of trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 17:12:50 +0300
parents e20fdeee6bdf
children dfed3754f7fd
comparison
equal deleted inserted replaced
440:d19bd91842c7 441:2991e6b52d95
184 /* Handle any remaining bytes of data. */ 184 /* Handle any remaining bytes of data. */
185 memcpy(ctx->in, buf, len); 185 memcpy(ctx->in, buf, len);
186 } 186 }
187 187
188 188
189 /* Final wrapup - pad to 64-byte boundary with the bit pattern 189 /* Final wrapup - pad to 64-byte boundary with the bit pattern
190 * 1 0* (64-bit count of bits processed, MSB-first) 190 * 1 0* (64-bit count of bits processed, MSB-first)
191 */ 191 */
192 void th_md5_finish(th_md5state_t *ctx, th_md5hash_t digest) 192 void th_md5_finish(th_md5state_t *ctx, th_md5hash_t digest)
193 { 193 {
194 size_t count; 194 size_t count;