diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_new.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_new.3 b/src/lib/libcrypto/man/EVP_PKEY_new.3 index 3b1ef029c3..7c13f625bc 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_new.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_new.3,v 1.26 2024/12/10 15:10:26 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_new.3,v 1.27 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 4dcfdfce May 27 11:50:05 2020 +0100 | 2 | .\" full merge up to: OpenSSL 4dcfdfce May 27 11:50:05 2020 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: December 10 2024 $ | 69 | .Dd $Mdocdate: June 8 2025 $ |
70 | .Dt EVP_PKEY_NEW 3 | 70 | .Dt EVP_PKEY_NEW 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -80,6 +80,7 @@ | |||
80 | .Nm EVP_PKEY_get_raw_public_key | 80 | .Nm EVP_PKEY_get_raw_public_key |
81 | .Nd public and private key allocation and raw key handling functions | 81 | .Nd public and private key allocation and raw key handling functions |
82 | .Sh SYNOPSIS | 82 | .Sh SYNOPSIS |
83 | .Lb libcrypto | ||
83 | .In openssl/evp.h | 84 | .In openssl/evp.h |
84 | .Ft EVP_PKEY * | 85 | .Ft EVP_PKEY * |
85 | .Fn EVP_PKEY_new void | 86 | .Fn EVP_PKEY_new void |