Changes between Initial Version and Version 1 of Ticket #812, comment 3


Ignore:
Timestamp:
01/03/17 21:44:40 (7 years ago)
Author:
David Sommerseth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #812, comment 3

    initial v1  
    33{{{
    44-            md_ctx_update(ctx, (const uint8_t *) line, strlen(line));
    5 ...
     5   ...
    66+    md_ctx_update(ctx, (const uint8_t *) line, strlen(line)+1);
    77}}}