fix compiler warning

This commit is contained in:
Yang Tse 2010-11-08 04:03:11 +01:00
parent 1171bc5c8a
commit dc3e7df1c9
8 changed files with 14 additions and 13 deletions

View file

@ -1049,7 +1049,7 @@ static int asn1_output(const ASN1_UTCTIME *tm,
static int hostmatch(const char *hostname, const char *pattern)
{
while(1) {
for(;;) {
char c = *pattern++;
if(c == '\0')