OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Bodo
Moeller
Root: /v/openssl/cvs Email: bodo openssl.org
Module: openssl Date:
19-Sep-2007 03:44:01
Branch: HEAD Handle:
2007091902435900
Modified files:
openssl/ssl d1_srvr.c
Log:
fix warning
Summary:
Revision Changes Path
1.15 +1 -1 openssl/ssl/d1_srvr.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/ssl/d1_srvr.c
============================================================
================
$ cvs diff -u -r1.14 -r1.15 d1_srvr.c
--- openssl/ssl/d1_srvr.c 17 Sep 2007 17:31:53 -0000 1.14
+++ openssl/ssl/d1_srvr.c 19 Sep 2007 01:43:59 -0000 1.15
 -1090,7 +1090,7 
/* XDTLS: set message header ? */
msg_len = s->init_num - DTLS1_HM_HEADER_LENGTH;
- dtls1_set_message_header(s, s->init_buf->data,
+ dtls1_set_message_header(s, (void
*)s->init_buf->data,
SSL3_MT_CERTIFICATE_REQUEST, msg_len, 0, msg_len);
/* buffer the message to handle re-xmits */
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|