mwatts(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1238979?usp=email )
Change subject: fscrypt kmip module - build with obsolete openssl
......................................................................
fscrypt kmip module - build with obsolete openssl
X509_add_cert() was added as of OpenSSL 3.0.0.
You should not be using any version older than this.
With this fix, this code will build on fedora 34 (openssl-devel-1.1.1n-1.fc34.x86_64),
which does not provide X509_add_cert(). That does not mean this code
works or should be used.
Change-Id: Ibae50f13c042936cd31a05974fb877e04b0fc964
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/PLUGIN/kmip/kmip_fscrypt.c
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/79/1238979/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1238979?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ibae50f13c042936cd31a05974fb877e04b0fc964
Gerrit-Change-Number: 1238979
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com