diff options
author | 2017-01-12 16:13:51 +0000 | |
---|---|---|
committer | 2017-01-12 16:13:51 +0000 | |
commit | 9c451c831c9fb72c913244c56599c18233a65a75 (patch) | |
tree | 0479b227e2b944380e03337acaad2a27e29147d6 | |
parent | Simplify the TLS callback BIO code - a pointer to the tls context can be (diff) | |
download | wireguard-openbsd-9c451c831c9fb72c913244c56599c18233a65a75.tar.xz wireguard-openbsd-9c451c831c9fb72c913244c56599c18233a65a75.zip |
change two trailing Xr to Fn; ok schwarze
-rw-r--r-- | lib/libcrypto/man/PKCS7_encrypt.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/PKCS7_sign.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/PKCS7_encrypt.3 b/lib/libcrypto/man/PKCS7_encrypt.3 index 53c46eb2ec1..8934191af68 100644 --- a/lib/libcrypto/man/PKCS7_encrypt.3 +++ b/lib/libcrypto/man/PKCS7_encrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_encrypt.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ +.\" $OpenBSD: PKCS7_encrypt.3,v 1.6 2017/01/12 16:13:51 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 13 2016 $ +.Dd $Mdocdate: January 12 2017 $ .Dt PKCS7_ENCRYPT 3 .Os .Sh NAME @@ -143,7 +143,7 @@ Alternatively finalization can be performed by obtaining the streaming ASN.1 .Vt BIO directly using -.Xr BIO_new_PKCS7 3 . +.Fn BIO_new_PKCS7 . .Sh RETURN VALUES .Fn PKCS7_encrypt returns either a diff --git a/lib/libcrypto/man/PKCS7_sign.3 b/lib/libcrypto/man/PKCS7_sign.3 index 86726a71e6d..fc836d5d331 100644 --- a/lib/libcrypto/man/PKCS7_sign.3 +++ b/lib/libcrypto/man/PKCS7_sign.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_sign.3,v 1.6 2017/01/06 18:21:55 schwarze Exp $ +.\" $OpenBSD: PKCS7_sign.3,v 1.7 2017/01/12 16:13:51 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 6 2017 $ +.Dd $Mdocdate: January 12 2017 $ .Dt PKCS7_SIGN 3 .Os .Sh NAME @@ -176,7 +176,7 @@ Alternatively finalization can be performed by obtaining the streaming ASN.1 .Vt BIO directly using -.Xr BIO_new_PKCS7 3 . +.Fn BIO_new_PKCS7 . .Pp If a signer is specified, it will use the default digest for the signing algorithm. |