mwatts@redhat.com has uploaded this change for review.

View Change

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@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 change 1238979. To unsubscribe, or for help writing mail filters, visit settings.

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@redhat.com