Hi
There is a bug in random source generate code 'rand_source_get_octet_string' for vc2005 has bag at line 112.
now: unsigned int * dst = dest; correct: uint8_t *dst = (uint8_t *)dest;
This appears to be fixed in CVS (by adamel).
Log in to post a comment.
This appears to be fixed in CVS (by adamel).