Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Charm-crypto-0.42- python2.7 with openssl 1,1, I am getting following error #264

Open
ck-chaudhary opened this issue Dec 22, 2020 · 3 comments

Comments

@ck-chaudhary
Copy link

charm/core/math/integer/integermodule.c: In function ‘bnToLongObj’:
charm/core/math/integer/integermodule.c:96:19: error: dereferencing pointer to incomplete type ‘BIGNUM’ {aka ‘struct bignum_st’}
96 | for(i = 0; i < m->dmax; i++) {
|

I have gone through issue# 209 but it seems different.

@xaionaro
Copy link

Having the same issue. Ubuntu/20.04.

@redshark314
Copy link

Try dowgrading to openssl 1.0.0

@xaionaro
Copy link

xaionaro commented May 22, 2023

OpenSSL 1.0.0 was released like 3 years ago. I imagine a lot of vulnerabilities was closed since then. And even if we put that aside, still downgrading openssl is not a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants