diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-15 14:52:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-15 14:52:17 +0000 |
commit | c4bd97ccb2e994a371950a4b079cbe9bce85a610 (patch) | |
tree | d1f85b9bc67b4d9c5b0e147e2607f86128ee0d5c /lib/libcrypto/man/EVP_PKEY_decrypt.3 | |
parent | a71a5a43f15aac5749f38166f6c9b2011bb62987 (diff) |
Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,
removing parts that don't apply to OpenBSD.
Diffstat (limited to 'lib/libcrypto/man/EVP_PKEY_decrypt.3')
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_decrypt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_decrypt.3 b/lib/libcrypto/man/EVP_PKEY_decrypt.3 index afba8976f1e..61a99dcb31d 100644 --- a/lib/libcrypto/man/EVP_PKEY_decrypt.3 +++ b/lib/libcrypto/man/EVP_PKEY_decrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_decrypt.3,v 1.5 2018/02/15 12:52:37 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_decrypt.3,v 1.6 2018/02/15 14:52:16 schwarze Exp $ .\" full merge up to: OpenSSL 48e5119a Jan 19 10:49:22 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -165,6 +165,7 @@ if (EVP_PKEY_decrypt(ctx, out, &outlen, in, inlen) <= 0) .Xr EVP_PKEY_CTX_new 3 , .Xr EVP_PKEY_derive 3 , .Xr EVP_PKEY_encrypt 3 , +.Xr EVP_PKEY_meth_set_decrypt 3 , .Xr EVP_PKEY_sign 3 , .Xr EVP_PKEY_verify 3 , .Xr EVP_PKEY_verify_recover 3 |