diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_get_pubkey.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_get_pubkey.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_get_pubkey.3 b/src/lib/libcrypto/man/X509_get_pubkey.3 index 506404d9ac..0829397982 100644 --- a/src/lib/libcrypto/man/X509_get_pubkey.3 +++ b/src/lib/libcrypto/man/X509_get_pubkey.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_get_pubkey.3,v 1.12 2021/10/26 18:05:07 tb Exp $ | 1 | .\" $OpenBSD: X509_get_pubkey.3,v 1.13 2022/03/31 17:27:17 naddy Exp $ |
2 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: October 26 2021 $ | 68 | .Dd $Mdocdate: March 31 2022 $ |
69 | .Dt X509_GET_PUBKEY 3 | 69 | .Dt X509_GET_PUBKEY 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -128,7 +128,7 @@ | |||
128 | .Fn X509_get_pubkey | 128 | .Fn X509_get_pubkey |
129 | attempts to decode the public key for certificate | 129 | attempts to decode the public key for certificate |
130 | .Fa x . | 130 | .Fa x . |
131 | If successful it returns the public key as an | 131 | If successful, it returns the public key as an |
132 | .Vt EVP_PKEY | 132 | .Vt EVP_PKEY |
133 | pointer with its reference count incremented: this means the returned | 133 | pointer with its reference count incremented: this means the returned |
134 | key must be freed up after use. | 134 | key must be freed up after use. |