summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 17:59:58 +0000
committerschwarze <>2017-01-06 17:59:58 +0000
commit6b281e0d67474889c639f90bcc9c5d82f7f72daa (patch)
treeeab3eb3efc99468961a48e285b5c3e510f5b4a98 /src
parent4c3971f17ffa1c495381bc17997b051c95df4e0c (diff)
downloadopenbsd-6b281e0d67474889c639f90bcc9c5d82f7f72daa.tar.gz
openbsd-6b281e0d67474889c639f90bcc9c5d82f7f72daa.tar.bz2
openbsd-6b281e0d67474889c639f90bcc9c5d82f7f72daa.zip
Remove a dangling .Xr to PKCS7_SIGNER_INFO_sign(3) reported by jmc@
and just use .Fn for now. There are about two dozen interfaces dealing with PKCS7_SIGNER_INFO objects and none but the constructor, destructor, decoder, and encoder are documented so far. It makes no sense to document one random one, and i'm not going to document all of PKCS7_SIGNER_INFO right now.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign_add_signer.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
index aa0a9c779c..7f06573e64 100644
--- a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
+++ b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.6 2017/01/06 17:59:58 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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 13 2016 $ 52.Dd $Mdocdate: January 6 2017 $
53.Dt PKCS7_SIGN_ADD_SIGNER 3 53.Dt PKCS7_SIGN_ADD_SIGNER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -130,7 +130,7 @@ then the
130.Dv PKCS7_SIGNER_INO 130.Dv PKCS7_SIGNER_INO
131structure will not be finalized, so additional attributes can be added. 131structure will not be finalized, so additional attributes can be added.
132In this case an explicit call to 132In this case an explicit call to
133.Xr PKCS7_SIGNER_INFO_sign 3 133.Fn PKCS7_SIGNER_INFO_sign
134is needed to finalize it. 134is needed to finalize it.
135.Pp 135.Pp
136If 136If