From 9acc96228bd6d5d08d9342b45eaa8a37ed8bebbc Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 11 Jan 2015 22:20:42 +0000 Subject: Better to have a RNG state per connection and avoid lock contention --- src/cmd/tls_proxy.cpp | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'src/cmd') diff --git a/src/cmd/tls_proxy.cpp b/src/cmd/tls_proxy.cpp index 187996a4d..e8a49eb16 100644 --- a/src/cmd/tls_proxy.cpp +++ b/src/cmd/tls_proxy.cpp @@ -25,10 +25,6 @@ #include #include -#if defined(BOTAN_HAS_SYSTEM_RNG) - #include -#endif - #if defined(BOTAN_HAS_TLS_SQLITE3_SESSION_MANAGER) #include #endif @@ -73,7 +69,6 @@ class tls_proxy_session : public boost::enable_shared_from_this