diff options
author | schwarze <> | 2021-10-19 17:42:49 +0000 |
---|---|---|
committer | schwarze <> | 2021-10-19 17:42:49 +0000 |
commit | e7aad92e47488f441743a9144678a1bc453cff95 (patch) | |
tree | 3e92e1db9ce1b0dd9810c1e1e00e8d210257117d /src/lib/libcrypto/man/EVP_PKEY_cmp.3 | |
parent | 0998f7cb3f7a68dae452220e9db4c4663503f1a6 (diff) | |
download | openbsd-e7aad92e47488f441743a9144678a1bc453cff95.tar.gz openbsd-e7aad92e47488f441743a9144678a1bc453cff95.tar.bz2 openbsd-e7aad92e47488f441743a9144678a1bc453cff95.zip |
document X509_get_pubkey_parameters(3) in a new manual page
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_cmp.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_cmp.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 b/src/lib/libcrypto/man/EVP_PKEY_cmp.3 index e377ccdb50..e00147dc82 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_cmp.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_cmp.3,v 1.11 2021/10/19 16:27:47 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_cmp.3,v 1.12 2021/10/19 17:42:49 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 | 2 | .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
4 | .\" | 4 | .\" |
@@ -159,7 +159,8 @@ are different and -2 if the operation is not supported. | |||
159 | .Xr EVP_PKEY_asn1_set_public 3 , | 159 | .Xr EVP_PKEY_asn1_set_public 3 , |
160 | .Xr EVP_PKEY_CTX_new 3 , | 160 | .Xr EVP_PKEY_CTX_new 3 , |
161 | .Xr EVP_PKEY_keygen 3 , | 161 | .Xr EVP_PKEY_keygen 3 , |
162 | .Xr EVP_PKEY_new 3 | 162 | .Xr EVP_PKEY_new 3 , |
163 | .Xr X509_get_pubkey_parameters 3 | ||
163 | .Sh HISTORY | 164 | .Sh HISTORY |
164 | .Fn EVP_PKEY_missing_parameters | 165 | .Fn EVP_PKEY_missing_parameters |
165 | and | 166 | and |