You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
378 B

  1. --- a/cli/commands.c 2020-05-08 16:29:28.284509842 +0300
  2. +++ b/cli/commands.c 2020-05-08 16:29:38.856397844 +0300
  3. @@ -1727,7 +1727,7 @@
  4. BIO_printf(bio_out, "\n");
  5. BIO_printf(bio_out, "Valid until: ");
  6. - ASN1_TIME_print(bio_out, X509_get_notAfter(cert));
  7. + ASN1_TIME_print(bio_out, X509_get0_notAfter(cert));
  8. BIO_printf(bio_out, "\n");
  9. has_san = 0;