Good morning everyone, I have problems with the OpenSSL ECDSA ,specifically with the EDSA_SIG struct. When I initialize the struct and I access to its params (r and s) I get the following error: “error: invalid use of incomplete typedef ‘ECDSA_SIG’ {aka ‘struct
ECDSA_SIG_st’}”. I am using the latest version of OpenSSL (3.0.7) https://gyazo.com/375f2fe6a04352f2ee3f3ab4915e27c9 https://gyazo.com/b0817f5e81f86b0b6dcbd405c6cde18b any tips of why it could happen? Thanks a lot, Fernando. |