X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frsa%2Frsa_pmeth.c;h=01625a2ae7cf479ef6e0b94aa8408bab8571810b;hb=492a9e241550b537ef3db1719e18e9b795b6d24c;hp=5f357b98c6f11d2d3295cfdfc4a658651a76d49a;hpb=d87e615209f63035bee85ad17b8ec01fc425db6e;p=oweals%2Fopenssl.git diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c index 5f357b98c6..01625a2ae7 100644 --- a/crypto/rsa/rsa_pmeth.c +++ b/crypto/rsa/rsa_pmeth.c @@ -1,3 +1,4 @@ +/* crypto/rsa/rsa_pmeth.c */ /* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL * project 2006. */ @@ -497,7 +498,7 @@ static int pkey_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) const EVP_PKEY_METHOD rsa_pkey_meth = { EVP_PKEY_RSA, - 0, + EVP_PKEY_FLAG_AUTOARGLEN, pkey_rsa_init, pkey_rsa_cleanup,