In message <[EMAIL PROTECTED]> on Mon, 19 Dec 2005 18:35:51 -0800, nagendra 
modadugu <[EMAIL PROTECTED]> said:

nagendra> diff -u -r1.5 pqueue.c
nagendra> --- crypto/pqueue/pqueue.c      7 Jun 2005 22:21:14 -0000       1.5
nagendra> +++ crypto/pqueue/pqueue.c      20 Dec 2005 01:48:27 -0000
nagendra> @@ -184,7 +184,7 @@
nagendra>                 }
nagendra>  
nagendra>         /* check the one last node */
nagendra> -       if ( memcpy(next->priority, prio64be,8) ==0)
nagendra> +       if ( memcmp(next->priority, prio64be,8) ==0)
nagendra>                 found = next;
nagendra>  
nagendra>         if ( ! found)

Whoopsie!  Changed and submitted.  Thanks!

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to