-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compilation Error: "invalid use of incomplete type ‘RSA {aka struct rsa_st}’" #11
Comments
Hi, I have the exact same problem. Have you found a fix? Thanks Here is the error log. /-------------------------------------------------------------------- |
This seems to be a OpenSSL 1.1.x compatibility issue. Please try it with OpenSSL 1.0.x while I am working on the compatibility issue. |
Hi, now there is new error, there are many undefined references when I run make. Urgent, please help. brandon@brandon-OMEN-by-HP-Laptop: |
Hi @quinamatics , have you try to remove all |
Please try with the current version. It should work with opnessl 1.1.1 now. |
Hello, first thanks for developing this MPC project.
I followed the compilation instruction but the
make
step failed with a bunch of "incomplete type" errors. The first such error looks like the following:The
./configure
output looks like this:My OS is ubuntu 16.04 and the CPU architecture is
x86_64
.Any feedback will be appreciated.
The text was updated successfully, but these errors were encountered: