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

Diff for /src/usr.bin/openssl/ocsp.c between version 1.4 and 1.5

version 1.4, 2015/09/11 14:30:23 version 1.5, 2015/10/03 03:39:19
Line 1110 
Line 1110 
                 BIO_puts(err, "Error connecting BIO\n");                  BIO_puts(err, "Error connecting BIO\n");
                 return NULL;                  return NULL;
         }          }
         if (BIO_get_fd(cbio, &fd) <= 0) {          if (BIO_get_fd(cbio, &fd) < 0) {
                 BIO_puts(err, "Can't get connection fd\n");                  BIO_puts(err, "Can't get connection fd\n");
                 goto err;                  goto err;
         }          }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5