diff options
author | Timothy Redaelli <tredaelli@redhat.com> | 2022-09-22 15:40:32 +0200 |
---|---|---|
committer | Ilya Maximets <i.maximets@ovn.org> | 2022-10-07 10:52:20 +0200 |
commit | 1a9482d53347de04be5ef1ac557cc0e33b5be1fb (patch) | |
tree | 61e77048e431edd885baf77a4bc009eaef4658aa /lib | |
parent | 6c47354069ef26a4e89fd3832e148ae86a57d44d (diff) | |
download | openvswitch-1a9482d53347de04be5ef1ac557cc0e33b5be1fb.tar.gz |
dhparams: Fix .c file generation with OpenSSL >= 3.0.
Since OpenSSL upstream commit 1696b8909bbe
("Remove -C from dhparam,dsaparam,ecparam") "openssl dhparam" doesn't
support -C anymore.
This commit changes generate-dhparams-c to generate dhparams.c by parsing
"openssl dhparam -in "$1" -text -noout" output directly.
The generated file won't be used on OpenSSL >= 3.0, but it's still
needed to be generated if OVS is built on OpenSSL < 3.0.
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions