Initialize "buf" to 0 to make valgrind happy :-)
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.
Showing
想要评论请 注册 或 登录