diff options
| author | schwarze <> | 2017-01-06 02:37:05 +0000 | 
|---|---|---|
| committer | schwarze <> | 2017-01-06 02:37:05 +0000 | 
| commit | 58f969414f76cbdeaf83a65989c8bab8a83e0123 (patch) | |
| tree | 3bf1ed4a6715d14508f90a0f4dc252df3f334693 | |
| parent | c1c0314a84b57277961acf90e80c38cf5a3c5288 (diff) | |
| download | openbsd-58f969414f76cbdeaf83a65989c8bab8a83e0123.tar.gz openbsd-58f969414f76cbdeaf83a65989c8bab8a83e0123.tar.bz2 openbsd-58f969414f76cbdeaf83a65989c8bab8a83e0123.zip | |
Delete bogus cross reference reported by jmc@.
Documenting these trivial PKCS7_type_is_*() macros
does not seem useful, at least not right now.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/SMIME_read_PKCS7.3 | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/src/lib/libcrypto/man/SMIME_read_PKCS7.3 b/src/lib/libcrypto/man/SMIME_read_PKCS7.3 index 92c90ca97c..a7cfc8733e 100644 --- a/src/lib/libcrypto/man/SMIME_read_PKCS7.3 +++ b/src/lib/libcrypto/man/SMIME_read_PKCS7.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: SMIME_read_PKCS7.3,v 1.4 2016/12/13 15:00:22 schwarze Exp $ | 1 | .\" $OpenBSD: SMIME_read_PKCS7.3,v 1.5 2017/01/06 02:37:05 schwarze Exp $ | 
| 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 
| 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: December 13 2016 $ | 51 | .Dd $Mdocdate: January 6 2017 $ | 
| 52 | .Dt SMIME_READ_PKCS7 3 | 52 | .Dt SMIME_READ_PKCS7 3 | 
| 53 | .Os | 53 | .Os | 
| 54 | .Sh NAME | 54 | .Sh NAME | 
| @@ -95,8 +95,10 @@ with the | |||
| 95 | .Dv PKCS7_DETACHED | 95 | .Dv PKCS7_DETACHED | 
| 96 | flag set. | 96 | flag set. | 
| 97 | .Pp | 97 | .Pp | 
| 98 | Otherwise the type of the returned structure can be determined using | 98 | Otherwise the type of the returned structure can be determined using the | 
| 99 | .Xr PKCS7_type 3 . | 99 | .Fn PKCS7_type_is_* | 
| 100 | macros defined in | ||
| 101 | .In openssl/pkcs7.h . | ||
| 100 | .Pp | 102 | .Pp | 
| 101 | To support future functionality, if | 103 | To support future functionality, if | 
| 102 | .Fa bcont | 104 | .Fa bcont | 
| @@ -124,7 +126,6 @@ The error can be obtained from | |||
| 124 | .Sh SEE ALSO | 126 | .Sh SEE ALSO | 
| 125 | .Xr ERR_get_error 3 , | 127 | .Xr ERR_get_error 3 , | 
| 126 | .Xr PKCS7_new 3 , | 128 | .Xr PKCS7_new 3 , | 
| 127 | .Xr PKCS7_type 3 , | ||
| 128 | .Xr SMIME_write_PKCS7 3 | 129 | .Xr SMIME_write_PKCS7 3 | 
| 129 | .Sh HISTORY | 130 | .Sh HISTORY | 
| 130 | .Fn SMIME_read_PKCS7 | 131 | .Fn SMIME_read_PKCS7 | 
