diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-06-26 14:41:53 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-07-09 09:42:19 +0200 |
commit | 6354935c485d116e1965567561c197ab3fbc0e11 (patch) | |
tree | 9dc218c1ed2fad513df1cf309f5ecd271069067a /src/net.h | |
parent | 001a53d7427dcbcceef3c6754d9cca19df6dafa1 (diff) |
move rand functions from util to new random.h/.cpp
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,7 @@ #include "mruset.h" #include "netbase.h" #include "protocol.h" +#include "random.h" #include "sync.h" #include "uint256.h" #include "util.h" @@ -26,7 +27,6 @@ #include <boost/foreach.hpp> #include <boost/signals2/signal.hpp> -#include <openssl/rand.h> class CAddrMan; class CBlockIndex; |