OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
28-Sep-2007 18:29:24
Branch: OpenSSL_0_9_8-stable Handle:
2007092817292400
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/ssl d1_srvr.c
Log:
Update from HEAD.
Summary:
Revision Changes Path
1.2.2.8 +1 -1 openssl/ssl/d1_srvr.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/ssl/d1_srvr.c
============================================================
================
$ cvs diff -u -r1.2.2.7 -r1.2.2.8 d1_srvr.c
--- openssl/ssl/d1_srvr.c 17 Sep 2007 17:30:01
-0000 1.2.2.7
+++ openssl/ssl/d1_srvr.c 28 Sep 2007 16:29:24
-0000 1.2.2.8
 -1088,7 +1088,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
|