Further BUILDENV refinement, further fool-proofing of Makefiles and
[openssl.git] / ssl / d1_clnt.c
index d2340c8a3e02dc1132f4d99dfeb86cef5ae37db1..bcf5ebbd3ed737dbfac91f52bd63970e64414787 100644 (file)
@@ -597,7 +597,7 @@ int dtls1_client_hello(SSL *s)
                p += s->d1->cookie_len;
 
                /* Ciphers supported */
-               i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]));
+               i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0);
                if (i == 0)
                        {
                        SSLerr(SSL_F_DTLS1_CLIENT_HELLO,SSL_R_NO_CIPHERS_AVAILABLE);