diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PrivateKey.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_PrivateKey.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/d2i_PrivateKey.3 b/src/lib/libcrypto/man/d2i_PrivateKey.3 index 864541430d..b544ea0e9a 100644 --- a/src/lib/libcrypto/man/d2i_PrivateKey.3 +++ b/src/lib/libcrypto/man/d2i_PrivateKey.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.10 2021/10/19 12:03:46 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.11 2024/10/24 21:42:10 tb Exp $ |
2 | .\" full merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 | 2 | .\" full merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 |
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 19 2021 $ | 68 | .Dd $Mdocdate: October 24 2024 $ |
69 | .Dt D2I_PRIVATEKEY 3 | 69 | .Dt D2I_PRIVATEKEY 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -87,13 +87,13 @@ | |||
87 | .Fo d2i_PrivateKey | 87 | .Fo d2i_PrivateKey |
88 | .Fa "int type" | 88 | .Fa "int type" |
89 | .Fa "EVP_PKEY **val_out" | 89 | .Fa "EVP_PKEY **val_out" |
90 | .Fa "const unsigned char **des_in" | 90 | .Fa "const unsigned char **der_in" |
91 | .Fa "long length" | 91 | .Fa "long length" |
92 | .Fc | 92 | .Fc |
93 | .Ft EVP_PKEY * | 93 | .Ft EVP_PKEY * |
94 | .Fo d2i_AutoPrivateKey | 94 | .Fo d2i_AutoPrivateKey |
95 | .Fa "EVP_PKEY **val_out" | 95 | .Fa "EVP_PKEY **val_out" |
96 | .Fa "const unsigned char **des_in" | 96 | .Fa "const unsigned char **der_in" |
97 | .Fa "long length" | 97 | .Fa "long length" |
98 | .Fc | 98 | .Fc |
99 | .Ft EVP_PKEY * | 99 | .Ft EVP_PKEY * |
@@ -109,7 +109,7 @@ | |||
109 | .Ft int | 109 | .Ft int |
110 | .Fo i2d_PrivateKey | 110 | .Fo i2d_PrivateKey |
111 | .Fa "EVP_PKEY *val_in" | 111 | .Fa "EVP_PKEY *val_in" |
112 | .Fa "unsigned char **des_out" | 112 | .Fa "unsigned char **der_out" |
113 | .Fc | 113 | .Fc |
114 | .Ft int | 114 | .Ft int |
115 | .Fo i2d_PrivateKey_bio | 115 | .Fo i2d_PrivateKey_bio |
@@ -135,13 +135,13 @@ | |||
135 | .Fo d2i_PublicKey | 135 | .Fo d2i_PublicKey |
136 | .Fa "int type" | 136 | .Fa "int type" |
137 | .Fa "EVP_PKEY **val_out" | 137 | .Fa "EVP_PKEY **val_out" |
138 | .Fa "const unsigned char **des_in" | 138 | .Fa "const unsigned char **der_in" |
139 | .Fa "long length" | 139 | .Fa "long length" |
140 | .Fc | 140 | .Fc |
141 | .Ft int | 141 | .Ft int |
142 | .Fo i2d_PublicKey | 142 | .Fo i2d_PublicKey |
143 | .Fa "EVP_PKEY *val_in" | 143 | .Fa "EVP_PKEY *val_in" |
144 | .Fa "unsigned char **des_out" | 144 | .Fa "unsigned char **der_out" |
145 | .Fc | 145 | .Fc |
146 | .Sh DESCRIPTION | 146 | .Sh DESCRIPTION |
147 | These are algorithm-independent interfaces to decode and encode | 147 | These are algorithm-independent interfaces to decode and encode |