diff options
author | schwarze <> | 2019-08-18 21:44:10 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-18 21:44:10 +0000 |
commit | 0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc (patch) | |
tree | b5ef906e3b56b9eab0104d9a136fcd58c1d77ecf /src/lib/libcrypto/man/CMS_final.3 | |
parent | 8a79ec8f52f3e43d1ab8742cfab42dd56371e58b (diff) | |
download | openbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.tar.gz openbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.tar.bz2 openbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.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 'src/lib/libcrypto/man/CMS_final.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_final.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CMS_final.3 b/src/lib/libcrypto/man/CMS_final.3 index 2371e4434b..ded92307d0 100644 --- a/src/lib/libcrypto/man/CMS_final.3 +++ b/src/lib/libcrypto/man/CMS_final.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_final.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_final.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800 | 2 | .\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800 |
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 18 2019 $ |
52 | .Dt CMS_FINAL 3 | 52 | .Dt CMS_FINAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -90,6 +90,7 @@ streaming I/O functions perform finalisation operations internally. | |||
90 | .Fn CMS_final | 90 | .Fn CMS_final |
91 | returns 1 for success or 0 for failure. | 91 | returns 1 for success or 0 for failure. |
92 | .Sh SEE ALSO | 92 | .Sh SEE ALSO |
93 | .Xr CMS_ContentInfo_new 3 , | ||
93 | .Xr CMS_encrypt 3 , | 94 | .Xr CMS_encrypt 3 , |
94 | .Xr CMS_sign 3 , | 95 | .Xr CMS_sign 3 , |
95 | .Xr ERR_get_error 3 | 96 | .Xr ERR_get_error 3 |