Need help in building storemgmt implementation with custom build system. #28984
Unanswered
itsManjeet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to enable ossl_store API support in project which use custom CMakeLists.txt based build system to build openssl source. I tried adding following files in the build system which are missing
It build and work properly with Linux and Unix based systems with above changes but getting following compilation error with Windows system
As per
openssl/providers/implementations/storemgmt/build.infoI am assuming thatfile_store.candfile_store_any2obj.care unix specific so I tried withwinstore_store.cfor windows but getting following errors with VS2019 on x64 systemI can understand that custom build system other than provided
./Configureis not supported but any help will be appreciated.Thanks
Beta Was this translation helpful? Give feedback.
All reactions