<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 12, 2016 at 3:28 PM, Salz, Rich <span dir="ltr"><<a href="mailto:rsalz@akamai.com" target="_blank">rsalz@akamai.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">> > You fed RAND_bytes output back into RAND_add?  That's silly.<br>> Yes. Is it unnecessary? My steps are:<br>
<br>
</span>It is a bad idea.  It is pointless.  Don't do it.</blockquote></div><div class="gmail_extra"><br></div><div>So what is the correct way, 1 or 2?</div><div><br></div><div>1)</div><div><br></div><div><div style="font-size:12.8px"><span style="font-size:12.8px">RAND_poll()</span></div></div><div style="font-size:12.8px"><span style="font-size:small">/* </span><span style="font-size:12.8px">RAND_bytes</span><span style="font-size:small"> is unnecessary */</span><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:small">/* RAND_add is unnecessary */</span><br></div><div style="font-size:12.8px"><span style="font-size:small"><br></span></div><div style="font-size:12.8px">2)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div style="font-size:12.8px"><span style="font-size:12.8px">RAND_poll()</span><br></div><div style="font-size:12.8px">RAND_bytes(buf, 128);</div></div><div>/* RAND_add is unnecessary */</div><div><br></div><div>:-S </div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Silvio Clécio</div></div></div>
</div></div>