commit | f431361db783753402da97966c99538f96159850 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Mar 21 21:04:36 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Mar 21 21:04:36 2010 +0000 |
tree | 9289f3514748b60cd527d6934760c898eba487f5 | |
parent | 83ded91265a644272bec14976cd2584f751616e9 [diff] [blame] |
- Imported fix from trunk
diff --git a/library/debug.c b/library/debug.c index 6471706..b3855db 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -184,7 +184,7 @@ prefix[maxlen] = '\0'; maxlen = sizeof( str ) - 1; - while( crt != NULL && crt->version != 0 ) + while( crt != NULL ) { char buf[1024]; x509parse_cert_info( buf, sizeof( buf ) - 1, prefix, crt );