-+ if ( *p == 0 )
        ++ if ( *p == '\0' )

C guarantees that these statements are identical.  Sometimes \0 might be more 
clear, but the value of \0 is zero.
--  
Principal Security Engineer
Akamai Technology
Cambridge, MA

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to