summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2017-01-12 16:13:51 +0000
committerjmc <>2017-01-12 16:13:51 +0000
commit42e33623ba81fed79cbc5b41b471a85be3888d68 (patch)
tree77b3d74286ac24e21fbe6ec15b7d1d19e81f4398 /src
parent5ed90e00022ef392feaf95d9960e0cfaf01ed346 (diff)
downloadopenbsd-42e33623ba81fed79cbc5b41b471a85be3888d68.tar.gz
openbsd-42e33623ba81fed79cbc5b41b471a85be3888d68.tar.bz2
openbsd-42e33623ba81fed79cbc5b41b471a85be3888d68.zip
change two trailing Xr to Fn; ok schwarze
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/PKCS7_encrypt.36
-rw-r--r--src/lib/libcrypto/man/PKCS7_sign.36
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_encrypt.3 b/src/lib/libcrypto/man/PKCS7_encrypt.3
index 53c46eb2ec..8934191af6 100644
--- a/src/lib/libcrypto/man/PKCS7_encrypt.3
+++ b/src/lib/libcrypto/man/PKCS7_encrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS7_encrypt.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ 1.\" $OpenBSD: PKCS7_encrypt.3,v 1.6 2017/01/12 16:13:51 jmc 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 12 2017 $
53.Dt PKCS7_ENCRYPT 3 53.Dt PKCS7_ENCRYPT 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -143,7 +143,7 @@ Alternatively finalization can be performed by obtaining the streaming
143ASN.1 143ASN.1
144.Vt BIO 144.Vt BIO
145directly using 145directly using
146.Xr BIO_new_PKCS7 3 . 146.Fn BIO_new_PKCS7 .
147.Sh RETURN VALUES 147.Sh RETURN VALUES
148.Fn PKCS7_encrypt 148.Fn PKCS7_encrypt
149returns either a 149returns either a
diff --git a/src/lib/libcrypto/man/PKCS7_sign.3 b/src/lib/libcrypto/man/PKCS7_sign.3
index 86726a71e6..fc836d5d33 100644
--- a/src/lib/libcrypto/man/PKCS7_sign.3
+++ b/src/lib/libcrypto/man/PKCS7_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKCS7_sign.3,v 1.6 2017/01/06 18:21:55 schwarze Exp $ 1.\" $OpenBSD: PKCS7_sign.3,v 1.7 2017/01/12 16:13:51 jmc 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: January 6 2017 $ 52.Dd $Mdocdate: January 12 2017 $
53.Dt PKCS7_SIGN 3 53.Dt PKCS7_SIGN 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -176,7 +176,7 @@ Alternatively finalization can be performed by obtaining the streaming
176ASN.1 176ASN.1
177.Vt BIO 177.Vt BIO
178directly using 178directly using
179.Xr BIO_new_PKCS7 3 . 179.Fn BIO_new_PKCS7 .
180.Pp 180.Pp
181If a signer is specified, it will use the default digest for the 181If a signer is specified, it will use the default digest for the
182signing algorithm. 182signing algorithm.