From 5e4430e70df0020f5f1517249851696cb9ac4ad2 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 1 Nov 2008 16:40:37 +0000 Subject: More size_tification. --- ssl/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssl/ssl.h') diff --git a/ssl/ssl.h b/ssl/ssl.h index f23f24b737..69e7600d2c 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1518,9 +1518,9 @@ int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c); int SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB); int SSL_set_generate_session_id(SSL *, GEN_SESSION_CB); int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, - unsigned int id_len); + size_t id_len); SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,const unsigned char **pp, - long length); + size_t length); #ifdef HEADER_X509_H X509 * SSL_get_peer_certificate(const SSL *s); -- cgit v1.2.3