profanity-im / libmesode

*Deprecated* Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client
Other
17 stars 10 forks source link

Fix build with OpenSSL 1.1.x #8

Closed jelly closed 7 years ago

jelly commented 7 years ago

OpenSSL 1.1.x made many structs opaque and helpers are required to access members of struct. TX509_PUBKEY_get0_param returns 1 for succes and 0 on failure, this has not been handled yet by this patch.

boothj5 commented 7 years ago

Thanks for this, I'll try to set up an environment to test in over the next week or so.