[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.25 and 1.26

version 1.25, 2017/01/20 08:57:12 version 1.26, 2017/04/18 02:15:50
Line 1590 
Line 1590 
                 SSL_free(con);                  SSL_free(con);
         }          }
         BIO_printf(bio_s_out, "CONNECTION CLOSED\n");          BIO_printf(bio_s_out, "CONNECTION CLOSED\n");
         if (buf != NULL) {          freezero(buf, bufsize);
                 explicit_bzero(buf, bufsize);  
                 free(buf);  
         }  
         if (ret >= 0)          if (ret >= 0)
                 BIO_printf(bio_s_out, "ACCEPT\n");                  BIO_printf(bio_s_out, "ACCEPT\n");
         return (ret);          return (ret);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26