X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fpkcs7.c;h=06640bf0f2a58e29c8b739eee900cd319e5c5238;hp=4105dbd9efbd390a1f40e76e146ab420cbf7aaba;hb=b6cff93dcf510d473c5da93227f06366ed7638a9;hpb=78414a6a897db42c9bcf06aa21c705811ab33921 diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 4105dbd9ef..06640bf0f2 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c @@ -277,9 +277,9 @@ bad: BIO_puts(out,buf); BIO_puts(out,"\nlast update="); - ASN1_UTCTIME_print(out,crl->crl->lastUpdate); + ASN1_TIME_print(out,crl->crl->lastUpdate); BIO_puts(out,"\nnext update="); - ASN1_UTCTIME_print(out,crl->crl->nextUpdate); + ASN1_TIME_print(out,crl->crl->nextUpdate); BIO_puts(out,"\n"); PEM_write_bio_X509_CRL(out,crl);