Changes between Initial Version and Version 1 of Ticket #812, comment 3
- Timestamp:
- 01/03/17 21:44:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #812, comment 3
initial v1 3 3 {{{ 4 4 - md_ctx_update(ctx, (const uint8_t *) line, strlen(line)); 5 ...5 ... 6 6 + md_ctx_update(ctx, (const uint8_t *) line, strlen(line)+1); 7 7 }}}