-+ 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 [email protected] Automated List Manager [email protected]
