[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.30 and 1.31

version 1.30, 2018/02/07 05:47:55 version 1.31, 2019/06/28 13:35:02
Line 1512 
Line 1512 
                                                                 n = write(fileno(stdout), buf + len, i - len);                                                                  n = write(fileno(stdout), buf + len, i - len);
                                                         } while (n == -1 && errno == EINTR);                                                          } while (n == -1 && errno == EINTR);
   
                                                         if (n < 0) {                                                          if (n == -1) {
                                                                 BIO_printf(bio_s_out, "ERROR\n");                                                                  BIO_printf(bio_s_out, "ERROR\n");
                                                                 goto err;                                                                  goto err;
                                                         }                                                          }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31