Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and...
commitcc35e1720f7dde775e2c8246c2f9b542954e401f
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Oct 2005 22:18:01 +0000 (6 22:18 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Oct 2005 22:18:01 +0000 (6 22:18 +0000)
tree68a8b834a6d2a466d883a733923168ea915d4205
parent0e5b6a84eb1ab156437d24c2fc1cb61249b008d4
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it.  So stop doing it.

svn:r5210
src/common/crypto.c
src/common/crypto.h
src/or/circuitlist.c
src/or/connection.c
src/or/rendclient.c
src/or/rendservice.c
src/or/routerlist.c