From f7b299b7ecc684754da2959366d8895ab621d430 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 15 Oct 2010 13:17:04 +0000 Subject: Use size_t in ssl --- src/ssl/tls_client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ssl/tls_client.h') diff --git a/src/ssl/tls_client.h b/src/ssl/tls_client.h index e59218892..1b9c361fe 100644 --- a/src/ssl/tls_client.h +++ b/src/ssl/tls_client.h @@ -25,8 +25,8 @@ namespace Botan { class BOTAN_DLL TLS_Client : public TLS_Connection { public: - u32bit read(byte buf[], u32bit buf_len); - void write(const byte buf[], u32bit buf_len); + size_t read(byte buf[], size_t buf_len); + void write(const byte buf[], size_t buf_len); std::vector peer_cert_chain() const; -- cgit v1.2.3