https://bugzilla.redhat.com/show_bug.cgi?id=1333531 --- Comment #14 from Michal Schmidt <mschmidt@xxxxxxxxxx> --- The package does not build in Rawhide due to API changes in OpenSSL 1.1. For example: src/fe_ssl.c: In function 'fe_ssl_x509_verify_callback': src/fe_ssl.c:116:62: error: dereferencing pointer to incomplete type 'X509_STORE_CTX {aka struct x509_store_ctx_st}' char *str = (char *)X509_verify_cert_error_string(ctx->error); I guess X509_STORE_CTX_get_error() needs to be used instead of accessing ctx's fields directly. This page might be helpful: https://wiki.openssl.org/index.php/1.1_API_Changes -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx