mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 04:57:51 +00:00
Added option alias name dhparams
This commit is contained in:
parent
9f41543aad
commit
a9f36eb7b7
2 changed files with 6 additions and 0 deletions
|
@ -375,6 +375,7 @@ const struct optname optionnames[] = {
|
|||
#endif
|
||||
IF_OPENSSL("dh", &opt_openssl_dhparam)
|
||||
IF_OPENSSL("dhparam", &opt_openssl_dhparam)
|
||||
IF_OPENSSL("dhparams", &opt_openssl_dhparam)
|
||||
#ifdef O_DIRECT
|
||||
IF_OPEN ("direct", &opt_o_direct)
|
||||
#endif
|
||||
|
@ -1102,6 +1103,7 @@ const struct optname optionnames[] = {
|
|||
IF_OPENSSL("openssl-compress", &opt_openssl_compress)
|
||||
#endif
|
||||
IF_OPENSSL("openssl-dhparam", &opt_openssl_dhparam)
|
||||
IF_OPENSSL("openssl-dhparams", &opt_openssl_dhparam)
|
||||
IF_OPENSSL("openssl-egd", &opt_openssl_egd)
|
||||
#if WITH_FIPS
|
||||
IF_OPENSSL("openssl-fips", &opt_openssl_fips)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue