You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While going through the Makefile output I was able to spot this error:
298.5 /workspace/everest/cpm_source_cache/libevse-security/433d25a5326b78b46dde9046ba0c2081b280dda9/libevse-security/lib/evse_security/crypto/openssl/openssl_supplier.cpp: In static member function 'static evse_security::CertificateValidationResult evse_security::OpenSSLSupplier::x509_verify_certificate_chain(evse_security::X509Handle*, const std::vector<evse_security::X509Handle*>&, const std::vector<evse_security::X509Handle*>&, bool, std::optional<std::filesystem::__cxx11::path>, std::optional<std::filesystem::__cxx11::path>)':
298.5 /workspace/everest/cpm_source_cache/libevse-security/433d25a5326b78b46dde9046ba0c2081b280dda9/libevse-security/lib/evse_security/crypto/openssl/openssl_supplier.cpp:599:21: error: 'X509_ADD_FLAG_NO_DUP' was not declared in this scope; did you mean 'X509_FLAG_NO_AUX'?
298.5 599 | int flags = X509_ADD_FLAG_NO_DUP | X509_ADD_FLAG_NO_SS;
298.5 | ^~~~~~~~~~~~~~~~~~~~
298.5 | X509_FLAG_NO_AUX
Do you know how I can get a successful docker build ?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to build the docker images using intruction in docker. During the build I had the following error:
While going through the Makefile output I was able to spot this error:
Do you know how I can get a successful docker build ?
The text was updated successfully, but these errors were encountered: