> [[email protected] - Wed Apr 14 12:08:30 2010]: > > In my opinion the patch is also not necessary, because > dtls1_buffer_message() requires a pointer to some 64 bit data to be > used as the priority for the queue. However, s->s3->rrec.seq_num > already is a pointer, since it is an array. Using &(s->s3- > >rrec.seq_num) usually returns the same value, i.e. the pointer to > the first value of the array, but I'm not sure if that's always the > case. >
Err it is of type PQ_64BIT in 0.9.8 and not an array. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
