From: tb Date: Sun, 14 May 2023 09:29:37 +0000 (+0000) Subject: Rephrase a sentence slightly to apease mandoc -Tlint X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50f025f459c54edfc09f58c48c6dc2d12bbc126b;p=openbsd Rephrase a sentence slightly to apease mandoc -Tlint --- diff --git a/lib/libcrypto/man/EVP_PKEY_encrypt.3 b/lib/libcrypto/man/EVP_PKEY_encrypt.3 index 210c43d6d8d..a13594b5e3d 100644 --- a/lib/libcrypto/man/EVP_PKEY_encrypt.3 +++ b/lib/libcrypto/man/EVP_PKEY_encrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_encrypt.3,v 1.7 2022/03/31 17:27:17 naddy Exp $ +.\" $OpenBSD: EVP_PKEY_encrypt.3,v 1.8 2023/05/14 09:29:37 tb Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -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: March 31 2022 $ +.Dd $Mdocdate: May 14 2023 $ .Dt EVP_PKEY_ENCRYPT 3 .Os .Sh NAME @@ -131,7 +131,9 @@ and .Xr d2i_X509 3 for means to load a public key. You may also simply set -.Ql eng = NULL; +.Dq eng +to +.Dv NULL to start with the default OpenSSL RSA implementation: .Bd -literal -offset indent #include