diff options
author | 2019-08-18 21:44:10 +0000 | |
---|---|---|
committer | 2019-08-18 21:44:10 +0000 | |
commit | 85bbda655c65c9014df6af7592202ade3ada3e18 (patch) | |
tree | 3a0cdfb10d7a813c258d58bf9ccceb268d66a366 /lib/libcrypto/man/CMS_get1_ReceiptRequest.3 | |
parent | version field was reserved but not discussed, this is done now (diff) | |
download | wireguard-openbsd-85bbda655c65c9014df6af7592202ade3ada3e18.tar.xz wireguard-openbsd-85bbda655c65c9014df6af7592202ade3ada3e18.zip |
Tweak cross references, in particular making sure that
all CMS pages are linked to CMS_ContentInfo_new(3) both ways
and that closely related pages reference each other.
Diffstat (limited to 'lib/libcrypto/man/CMS_get1_ReceiptRequest.3')
-rw-r--r-- | lib/libcrypto/man/CMS_get1_ReceiptRequest.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 b/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 index c9c8a191e76..1b737ea584a 100644 --- a/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 +++ b/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.5 2019/08/18 10:54:57 schwarze Exp $ +.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $ .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -178,6 +178,7 @@ returns 1 is a signed receipt request is found and decoded. It returns 0 if a signed receipt request is not present or -1 if it is present but malformed. .Sh SEE ALSO +.Xr CMS_ContentInfo_new 3 , .Xr CMS_sign 3 , .Xr CMS_sign_receipt 3 , .Xr CMS_verify 3 , |