Revert the size_t modifications from HEAD that had led to more
[openssl.git] / ssl / ssl_lib.c
index 2e85a560fe0013378df6df90b82219369cb6dd02..803894c44f968b82e22e4dfd9592256db913c588 100644 (file)
@@ -432,7 +432,7 @@ int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
        }
 
 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
-                                   size_t id_len)
+                               unsigned int id_len)
        {
        /* A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
         * we can "construct" a session to give us the desired check - ie. to