]> git.proxmox.com Git - ovs.git/commit
dhparams: Add pregenerated .c file to the repository.
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Tue, 5 Jun 2018 22:25:42 +0000 (15:25 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 6 Jun 2018 14:55:55 +0000 (07:55 -0700)
commit0d08baa59b7d251fb943bc578b98fd9269df10f2
tree9e8293020cd3f88a178e4fb95848a48d366d29e9
parent88125d68d56bed1ecc7f5ede7695ab4137d535f4
dhparams: Add pregenerated .c file to the repository.

The version of dhparams.c generated by any given version of OpenSSL or
LibreSSL might work only with that version of the library.  This can be
inconvenient for cross-compiling if the "openssl" program on the build
machine has a different version from the library on the host where OVS will
run, since it could generate code that won't compile.

This commit fixes the problem by generating dhparams.c that works on the
currently important versions of OpenSSL and LibreSSL.

Submitted-at: https://github.com/openvswitch/ovs/pull/235
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
build-aux/automake.mk
build-aux/generate-dhparams-c [new file with mode: 0755]
lib/.gitignore
lib/automake.mk
lib/dhparams.c [new file with mode: 0644]