openvswitch: add openssl-1.1 compatibility
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 6 Jun 2018 11:50:21 +0000 (08:50 -0300)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 6 Jun 2018 23:27:57 +0000 (07:27 +0800)
commit10345fbba547d7fd7292ee0f2dbfc9328044d517
tree5dd4d11096d30d9a6954e962bbeead2cc7322c3c
parentf837e8c4c70d516365e17dd99e6f6d54eed613e7
openvswitch: add openssl-1.1 compatibility

Do not call library initialization when compiling with openssl 1.1.

The package generates the C source files for its DH parameters at
compile time using the host installed openssl.  This patch adds a DH
source, using the same parameters, compatible with openssl 1.0 and 1.1.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/openvswitch/Makefile
net/openvswitch/patches/0105-removed-calls-to-API-deprecated-in-openssl-1.1.patch [new file with mode: 0644]
net/openvswitch/patches/0106-include-pre-generated-dhparams-c.patch [new file with mode: 0644]