blank line required to display code in openssl-ts.pod.in

CLA:trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25338)
This commit is contained in:
Pablo Rodríguez 2024-08-30 16:56:03 +02:00 committed by Tomas Mraz
parent f2b7a00fbb
commit 6fd9bc6568

View File

@ -584,10 +584,12 @@ To verify a timestamp reply that includes the certificate chain:
-CAfile cacert.pem
To verify a timestamp token against the original data file:
openssl ts -verify -data design2.txt -in design2.tsr \
-CAfile cacert.pem
To verify a timestamp token against a message imprint:
openssl ts -verify -digest b7e5d3f93198b38379852f2c04e78d73abdd0f4b \
-in design2.tsr -CAfile cacert.pem