summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-05-14 09:29:38 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-05-14 09:29:38 +0000
commite3e6411e48481003a365e0b3d99c3bc2eb60b121 (patch)
tree30ddd3420a79ee1051648185292dae39c1b73ea3 /lib
parent9ebb12e9ed1cf66185003f3b99759fe27715dbc1 (diff)
Rephrase a sentence slightly to apease mandoc -Tlint
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/EVP_PKEY_encrypt.38
1 files changed, 5 insertions, 3 deletions
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 <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: 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 <openssl/evp.h>