On Tue, Jun 05, 2018 at 03:25:42PM -0700, Ben Pfaff wrote: > From: Eneas U de Queiroz <[email protected]> > > 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 <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]>
I applied this to master based on a review via the Github link above. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
