mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix nits detected by make cmd-nits
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/12127)
This commit is contained in:
parent
df4c1d80b2
commit
2edb571b4b
@ -65,9 +65,9 @@ const OPTIONS rsa_options[] = {
|
||||
{"pvk-strong", OPT_PVK_STRONG, '-', "Enable 'Strong' PVK encoding level (default)"},
|
||||
{"pvk-weak", OPT_PVK_WEAK, '-', "Enable 'Weak' PVK encoding level"},
|
||||
{"pvk-none", OPT_PVK_NONE, '-', "Don't enforce PVK encoding"},
|
||||
#endif
|
||||
|
||||
OPT_PROV_OPTIONS,
|
||||
#endif
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
@ -147,7 +147,7 @@ Legacy B<DH> domain parameters can be generated by calling:
|
||||
|
||||
pctx = EVP_PKEY_CTX_new_from_name(NULL, "DH", NULL);
|
||||
EVP_PKEY_paramgen_init(pctx);
|
||||
|
||||
|
||||
params[0] = OSSL_PARAM_construct_uint("pbits", &pbits);
|
||||
params[1] = OSSL_PARAM_construct_uint("qbits", &qbits);
|
||||
params[2] = OSSL_PARAM_construct_int("gindex", &gindex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user