rnp icon indicating copy to clipboard operation
rnp copied to clipboard

rnp_key_add_signature() missing on Ubuntu 22.04

Open csoler opened this issue 6 months ago • 2 comments

Apparently the version of libRNP that is supplied on ubuntu 22.04 (which is 0.15.2) doesn't include key certification yet.

I could not find in the code a way to prevent the compiler from failing when this functions is not here. Indeed, there is no (apparently) global variable that the pre-compiler can use in an #ifdef statement. I could only find a rnp_version() method, but this cannot be called by the pre-compiler.

Can you suggest me how to proceed? Thx a lot Cyril

csoler avatar Aug 15 '24 19:08 csoler