summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2019-08-12 16:17:50 +0000
committerschwarze <>2019-08-12 16:17:50 +0000
commit450370883811f40af9be15e92d5fd60e3e1559f9 (patch)
tree1b77b1a9fbb354171b90b7383281c893e8945ac0
parent66070cfe80b27a453e68ef7fcbef342a879ec82d (diff)
downloadopenbsd-450370883811f40af9be15e92d5fd60e3e1559f9.tar.gz
openbsd-450370883811f40af9be15e92d5fd60e3e1559f9.tar.bz2
openbsd-450370883811f40af9be15e92d5fd60e3e1559f9.zip
correct a misspelled page name in an .Xr;
it looks like this was the last bad .Xr in *CMS*(3)
-rw-r--r--src/lib/libcrypto/man/CMS_sign.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3
index 2857fb96ae..1ef0f2d48a 100644
--- a/src/lib/libcrypto/man/CMS_sign.3
+++ b/src/lib/libcrypto/man/CMS_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_sign.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ 1.\" $OpenBSD: CMS_sign.3,v 1.5 2019/08/12 16:17:50 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 11 2019 $ 51.Dd $Mdocdate: August 12 2019 $
52.Dt CMS_SIGN 3 52.Dt CMS_SIGN 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -196,7 +196,7 @@ and the
196.Dv CMS_PARTIAL 196.Dv CMS_PARTIAL
197flag set. 197flag set.
198Then one or more signers can be added using the function 198Then one or more signers can be added using the function
199.Xr CMS_sign_add1_signer 3 , 199.Xr CMS_add1_signer 3 ,
200non default digests can be used and custom attributes added. 200non default digests can be used and custom attributes added.
201.Xr CMS_final 3 201.Xr CMS_final 3
202must then be called to finalize the structure if streaming is not 202must then be called to finalize the structure if streaming is not