- Corrected behaviour

diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 6737545..614d32c 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -488,7 +488,7 @@
     p += 2;
     crt = ssl->ca_chain;
 
-    while( crt != NULL && crt->version != 0 )
+    while( crt != NULL )
     {
         if( p - buf > 4096 )
             break;