RFC4507 (including RFC4507bis) TLS stateless session resumption support
[openssl.git] / ssl / s2_srvr.c
index 44c1ee3527af3d77e5e3e8d9a8628ccc5a611705..fa21d6fe68a80c0917af252d6979b66ce43784e1 100644 (file)
@@ -607,7 +607,7 @@ static int get_client_hello(SSL *s)
        else
                {
                i=ssl_get_prev_session(s,&(p[s->s2->tmp.cipher_spec_length]),
-                       s->s2->tmp.session_id_length);
+                       s->s2->tmp.session_id_length, NULL);
                if (i == 1)
                        { /* previous session */
                        s->hit=1;