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

Diff for /src/usr.bin/openssl/s_cb.c between version 1.20 and 1.21

version 1.20, 2022/08/31 07:12:30 version 1.21, 2023/04/14 15:27:13
Line 189 
Line 189 
                 BIO_printf(bio_err, "\n");                  BIO_printf(bio_err, "\n");
                 break;                  break;
         case X509_V_ERR_NO_EXPLICIT_POLICY:          case X509_V_ERR_NO_EXPLICIT_POLICY:
                 policies_print(bio_err, ctx);  
                 break;                  break;
         }          }
         if (err == X509_V_OK && ok == 2)  
                 policies_print(bio_err, ctx);  
   
         BIO_printf(bio_err, "verify return:%d\n", ok);          BIO_printf(bio_err, "verify return:%d\n", ok);
         return (ok);          return (ok);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21