Openssl compiling error
fmj95817 opened this issue · 3 comments
fmj95817 commented
Hi Alex,
I built VisualUefi with VS2015, but project "OpenSSLlib" and "BaseCryptLib" in that solution failed to be compiled. The first error message sent by compiler is "size_t redefination". What has caused this problem?
regards,
Muju
starsoftnl commented
Hi Muju,
Same problem here. Did you find a solution for this?
regards,
Mark
dannylion commented
Well it's been a long while since you wrote this comment, but I ran into the same issue and solved it.
Make sure you use the edk2 version that Alex tailored for VisualUefi and it should just work.
https://github.com/ionescu007/edk2
ionescu007 commented
Thanks for confirming that the one in this repo works as expected. I kept trying to find what the issue was!