-        d1->cookie_len = sizeof(s->d1->cookie);
+        d1->cookie_len = sizeof(d1->cookie);

Well, looking at it a second time this is garbage. The sizeof is calculated
at compile time which is valid.

The patch beautifies the code a little bit however :-) Sorry about the noise.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to