irondeveloper321 / pci

Other
0 stars 0 forks source link

make error #1

Open ShallMate opened 1 year ago

ShallMate commented 1 year ago

*ECDSA/P256Element.cpp:64:47: error: 'int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP, const EC_POINT, BIGNUM, BIGNUM, BN_CTX)' is deprecated: Since OpenSSL 3.0**

Hello, Professor. I have the following problem when compiling. But I don't seem to have installed openssl, why is this error reported? Shouldn't it be reported that openssl cannot be found? Or should I just install openssl below version 3.0?

ghoshbishakh commented 1 year ago

Please post your issue in https://github.com/ghoshbishakh/pci

ghoshbishakh commented 1 year ago

It should be a warning not an error. You can try with openssl < 3.0.0.

ShallMate commented 1 year ago

Please post your issue in https://github.com/ghoshbishakh/pci

ok, Professor. I will post this issue here. And I think it should be an error because I cannot get the executable file. Thank you very much for your reply!