[BACK]Return to s_server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/s_server.c between version 1.23 and 1.24

version 1.23, 2015/12/01 12:04:51 version 1.24, 2015/12/23 20:43:42
Line 2003 
Line 2003 
         if (ret >= 0)          if (ret >= 0)
                 BIO_printf(bio_s_out, "ACCEPT\n");                  BIO_printf(bio_s_out, "ACCEPT\n");
   
         if (buf != NULL)          free(buf);
                 free(buf);  
         if (io != NULL)          if (io != NULL)
                 BIO_free_all(io);                  BIO_free_all(io);
 /*      if (ssl_bio != NULL) BIO_free(ssl_bio);*/  /*      if (ssl_bio != NULL) BIO_free(ssl_bio);*/

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24