Re: OpenSSL conflicts with wincrypt.h

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: OpenSSL conflicts with wincrypt.h
Date: 2022-02-11 15:36:14
Message-ID: 2026884.1644593774@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?UTF-8?Q?Juan_Jos=C3=A9_Santamar=C3=ADa_Flecha?= <juanjo(dot)santamaria(at)gmail(dot)com> writes:
> There is a comment in 'src/backend/libpq/be-secure-openssl.c' addressing
> this issue, but I have to explicitly undefine X509_NAME. Please find
> attached a patch for so.

Um ... why? Shouldn't the #undef in the OpenSSL headers take care
of the problem?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-02-11 15:41:27 Re: pgsql: Add TAP test to automate the equivalent of check_guc
Previous Message Justin Pryzby 2022-02-11 15:35:49 Re: pgsql: Add TAP test to automate the equivalent of check_guc