From 33ed270f00eb30ada8412cee81e020a8dc784c59 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 10 Sep 2023 05:22:46 +0000 Subject: [PATCH] fix Xr punctuation --- lib/libcrypto/man/EVP_CIPHER_meth_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/EVP_CIPHER_meth_new.3 b/lib/libcrypto/man/EVP_CIPHER_meth_new.3 index f66248f0cea..4ea8f8dfe29 100644 --- a/lib/libcrypto/man/EVP_CIPHER_meth_new.3 +++ b/lib/libcrypto/man/EVP_CIPHER_meth_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.4 2023/09/05 14:37:00 schwarze Exp $ +.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.5 2023/09/10 05:22:46 jsg Exp $ .\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 5 2023 $ +.Dd $Mdocdate: September 10 2023 $ .Dt EVP_CIPHER_METH_NEW 3 .Os .Sh NAME @@ -393,7 +393,7 @@ All .Fn EVP_CIPHER_meth_set_* functions return 1. .Sh SEE ALSO -.Xr evp 3 . +.Xr evp 3 , .Xr EVP_EncryptInit 3 .Sh HISTORY These functions first appeared in OpenSSL 1.1.0 and have been available since -- 2.20.1