projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a37ce
)
Update EVP_PKEY_fromdata.pod
author
opensignature
<antiac@gmail.com>
Mon, 27 Apr 2020 09:47:44 +0000
(11:47 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 29 Apr 2020 08:49:59 +0000
(10:49 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11660)
doc/man3/EVP_PKEY_fromdata.pod
patch
|
blob
|
history
diff --git
a/doc/man3/EVP_PKEY_fromdata.pod
b/doc/man3/EVP_PKEY_fromdata.pod
index a1c1ed377218a99bec18fad8672bb472308db1cd..71ba642180d2c56228479bda0c273e8723fbed51 100644
(file)
--- a/
doc/man3/EVP_PKEY_fromdata.pod
+++ b/
doc/man3/EVP_PKEY_fromdata.pod
@@
-94,10
+94,10
@@
TODO Write a set of cookbook documents and link to them.
* and secure application is expected to use BIGNUMs, and to build
* this array dynamically.
*/
-
const
unsigned long rsa_n = 0xbc747fc5;
-
const
unsigned long rsa_e = 0x10001;
-
const
unsigned long rsa_d = 0x7b133399;
-
const OSSL_PARAM
[] = {
+ unsigned long rsa_n = 0xbc747fc5;
+ unsigned long rsa_e = 0x10001;
+ unsigned long rsa_d = 0x7b133399;
+
OSSL_PARAM params
[] = {
OSSL_PARAM_ulong("n", &rsa_n),
OSSL_PARAM_ulong("e", &rsa_e),
OSSL_PARAM_ulong("d", &rsa_d),