• L
    Initialize "buf" to 0 to make valgrind happy :-) · 1fcfa222
    Lutz Jänicke 提交于
    Note: the RAND_bytes() manual page says:
     RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
    It does not talk about using the previous contents of buf so we are working
    as documented.
    1fcfa222
rand_lib.c 5.4 KB