diff options
author | schwarze <> | 2017-01-06 02:37:05 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-06 02:37:05 +0000 |
commit | d4fb7b98676987a21e175c615e3aaf5085cdd2f1 (patch) | |
tree | 3bf1ed4a6715d14508f90a0f4dc252df3f334693 /src | |
parent | c9bd994cabf2e1077ed826fb44b8472b3dd4e7ea (diff) | |
download | openbsd-d4fb7b98676987a21e175c615e3aaf5085cdd2f1.tar.gz openbsd-d4fb7b98676987a21e175c615e3aaf5085cdd2f1.tar.bz2 openbsd-d4fb7b98676987a21e175c615e3aaf5085cdd2f1.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 'src')
-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 |