Re: [edk2-devel] [PATCH] CryptoPkg: define DSO_NONE in the OpenSSL build

2019-06-13 Thread rebecca
On 2019-06-13 17:32, Rebecca Cran wrote: > This fixes the build on FreeBSD, where DSO_METHOD_openssl is undefined > since dso_openssl.c only compiles the function if DSO_NONE is defined. Sorry, I just realized this isn't applicable to the OpenSSL we currently pull in: I was testing against OpenSSL

[edk2-devel] [PATCH] CryptoPkg: define DSO_NONE in the OpenSSL build

2019-06-13 Thread rebecca
This fixes the build on FreeBSD, where DSO_METHOD_openssl is undefined since dso_openssl.c only compiles the function if DSO_NONE is defined. Signed-off-by: Rebecca Cran --- CryptoPkg/Library/OpensslLib/OpensslLib.inf | 2 +- CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 2 +- 2 file