aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_handshake_state.h')
-rw-r--r--src/tls/tls_handshake_state.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tls/tls_handshake_state.h b/src/tls/tls_handshake_state.h
index 6710e1ce6..d0a03e2d9 100644
--- a/src/tls/tls_handshake_state.h
+++ b/src/tls/tls_handshake_state.h
@@ -13,7 +13,6 @@
#include <botan/internal/tls_session_key.h>
#include <botan/pk_keys.h>
#include <botan/pubkey.h>
-
#include <functional>
#include <utility>
#include <memory>
@@ -147,15 +146,6 @@ class Handshake_State
const Handshake_Hash& hash() const { return m_handshake_hash; }
- // Used by the server only, in case of RSA key exchange
- Private_Key* server_rsa_kex_key = nullptr; // FIXME make private
-
- /*
- * Used by the server to know if resumption should be allowed on
- * a server-initiated renegotiation
- */
- bool allow_session_resumption = true; // FIXME make private
-
private:
std::unique_ptr<Handshake_IO> m_handshake_io;