On 2/7/2020 2:03 PM, Martin Galvan wrote:
crypto/openssl/rsa.c: In function ‘Trspi_RSA_Encrypt’:
crypto/openssl/rsa.c:71:5: error: dereferencing pointer to incomplete
type ‘RSA {aka struct rsa_st}’
rsa->n = BN_bin2bn(publicKey, keysize, rsa->n);
^~
Recent (early 2018) openssl releases made many structures (e.g. RSA)
opaque. Software cannot dereference them directly, but must use getter
methods.
I don't know if trousers has been ported to recent openssl. The older
versions are out of support and should not be used.
_______________________________________________
TrouSerS-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-users