Update EVP_PKEY_fromdata.pod
authoropensignature <antiac@gmail.com>
Mon, 27 Apr 2020 09:47:44 +0000 (11:47 +0200)
committerRichard 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

index a1c1ed377218a99bec18fad8672bb472308db1cd..71ba642180d2c56228479bda0c273e8723fbed51 100644 (file)
@@ -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),