diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_PUBKEY_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_PUBKEY_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_PUBKEY_new.3 b/src/lib/libcrypto/man/X509_PUBKEY_new.3 index 59dc2fbf7a..7ed923ac21 100644 --- a/src/lib/libcrypto/man/X509_PUBKEY_new.3 +++ b/src/lib/libcrypto/man/X509_PUBKEY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_PUBKEY_new.3,v 1.1 2016/12/05 12:50:07 schwarze Exp $ | 1 | .\" $OpenBSD: X509_PUBKEY_new.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -172,7 +172,7 @@ returns the public key contained in | |||
172 | .Fa key . | 172 | .Fa key . |
173 | The reference | 173 | The reference |
174 | count on the returned key is incremented so it must be freed using | 174 | count on the returned key is incremented so it must be freed using |
175 | .Xr EVP_PKEY_free | 175 | .Xr EVP_PKEY_free 3 |
176 | after use. | 176 | after use. |
177 | .Pp | 177 | .Pp |
178 | .Fn d2i_PUBKEY | 178 | .Fn d2i_PUBKEY |
@@ -226,6 +226,7 @@ is set to the associated OID and the encoding consists of | |||
226 | .Pf * Fa ppklen | 226 | .Pf * Fa ppklen |
227 | bytes at | 227 | bytes at |
228 | .Pf * Fa pk , | 228 | .Pf * Fa pk , |
229 | and | ||
229 | .Pf * Fa pa | 230 | .Pf * Fa pa |
230 | is set to the associated AlgorithmIdentifier for the public key. | 231 | is set to the associated AlgorithmIdentifier for the public key. |
231 | If the value of any of these parameters is not required, | 232 | If the value of any of these parameters is not required, |