summaryrefslogtreecommitdiff
path: root/drivers/openssl/stream_peer_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/openssl/stream_peer_openssl.h')
-rw-r--r--drivers/openssl/stream_peer_openssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/openssl/stream_peer_openssl.h b/drivers/openssl/stream_peer_openssl.h
index a66b641dd4..64f5a1d7ac 100644
--- a/drivers/openssl/stream_peer_openssl.h
+++ b/drivers/openssl/stream_peer_openssl.h
@@ -71,6 +71,8 @@ public:
virtual Error get_data(uint8_t* p_buffer, int p_bytes);
virtual Error get_partial_data(uint8_t* p_buffer, int p_bytes,int &r_received);
+ virtual int get_available_bytes() const;
+
static void initialize_ssl();
static void finalize_ssl();