diff options
Diffstat (limited to 'src/lib/libcrypto/man/SMIME_read_CMS.3')
-rw-r--r-- | src/lib/libcrypto/man/SMIME_read_CMS.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/SMIME_read_CMS.3 b/src/lib/libcrypto/man/SMIME_read_CMS.3 index af2facf129..267c98ed29 100644 --- a/src/lib/libcrypto/man/SMIME_read_CMS.3 +++ b/src/lib/libcrypto/man/SMIME_read_CMS.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SMIME_read_CMS.3,v 1.4 2019/08/18 13:02:37 schwarze Exp $ | 1 | .\" $OpenBSD: SMIME_read_CMS.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +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>. |
@@ -103,11 +103,11 @@ if an error occurred. | |||
103 | The error can be obtained from | 103 | The error can be obtained from |
104 | .Xr ERR_get_error 3 . | 104 | .Xr ERR_get_error 3 . |
105 | .Sh SEE ALSO | 105 | .Sh SEE ALSO |
106 | .Xr CMS_ContentInfo_new 3 , | ||
106 | .Xr CMS_decrypt 3 , | 107 | .Xr CMS_decrypt 3 , |
107 | .Xr CMS_encrypt 3 , | ||
108 | .Xr CMS_get0_type 3 , | 108 | .Xr CMS_get0_type 3 , |
109 | .Xr CMS_sign 3 , | ||
110 | .Xr CMS_verify 3 , | 109 | .Xr CMS_verify 3 , |
110 | .Xr d2i_CMS_ContentInfo 3 , | ||
111 | .Xr SMIME_write_CMS 3 | 111 | .Xr SMIME_write_CMS 3 |
112 | .Sh HISTORY | 112 | .Sh HISTORY |
113 | .Fn SMIME_read_CMS | 113 | .Fn SMIME_read_CMS |