summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-11 11:28:08 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-11 11:28:08 -0500
commit2b4d4ccb3d1ecf984012b39eb361307785b0c1c0 (patch)
tree037f87559f31a6804bdf62ab9c948f3138990fae /src/common/compat.h
parentd86a45f991693cf2367a6ccb94fc29c22f5f7b45 (diff)
parent69ab7cd8281dcb312eb47b738d1c620e7bc042d9 (diff)
downloadtor-2b4d4ccb3d1ecf984012b39eb361307785b0c1c0.tar.gz
tor-2b4d4ccb3d1ecf984012b39eb361307785b0c1c0.zip
Merge remote-tracking branch 'public/bug7801_v2'
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index fa071e5558..f9eb4ba0be 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -581,11 +581,6 @@ typedef enum {
SOCKS5_ADDRESS_TYPE_NOT_SUPPORTED = 0x08,
} socks5_reply_status_t;
-/* ===== Insecure rng */
-void tor_init_weak_random(unsigned seed);
-long tor_weak_random(void);
-#define TOR_RAND_MAX (RAND_MAX)
-
/* ===== OS compatibility */
const char *get_uname(void);