Displaying 3 results from an estimated 3 matches for "x509_store_ctx".
2019 Nov 11
3
dovecot -2.2.24 on Fedora 31
Hi,
I try to compile dovecot -2.2.24 on Fedora 31 and get the following error:
iostream-openssl.c: In function ?openssl_iostream_verify_client_cert?:
iostream-openssl.c:118:37: error: dereferencing pointer to incomplete type ?X509_STORE_CTX? {aka ?struct x509_store_ctx_st?}
118 | subject = X509_get_subject_name(ctx->current_cert);
| ^~
make[3]: *** [Makefile:561: iostream-openssl.lo] Error 1
All openssl packages installed. What's the reason and how solve the problem?
Kind regards,...
2019 Nov 11
0
dovecot -2.2.24 on Fedora 31
...ot at dovecot.org> wrote:
>
>
> Hi,
>
> I try to compile dovecot -2.2.24 on Fedora 31 and get the following error:
>
> iostream-openssl.c: In function ?openssl_iostream_verify_client_cert?:
> iostream-openssl.c:118:37: error: dereferencing pointer to incomplete type ?X509_STORE_CTX? {aka ?struct x509_store_ctx_st?}
> 118 | subject = X509_get_subject_name(ctx->current_cert);
> | ^~
> make[3]: *** [Makefile:561: iostream-openssl.lo] Error 1
>
> All openssl packages installed. What's the reason and how solve the...
2011 Apr 29
0
Wine release 1.3.19
....
server: Reuse existing file descriptor objects for duplicate file mappings.
user32: Support creating animated icons, not only cursors.
user32: Add support for loading animated cursors/icons from resources.
wininet: Use an accessor function instead of directly accessing the X509_STORE_CTX structure.
winhttp: Use an accessor function instead of directly accessing the X509_STORE_CTX structure.
server: Also return the previous cursor position in the set_cursor request.
user32: Only call the driver when the cursor position has really changed.
user32: Don't st...