Re: Apple's ranlib warns about protocol_openssl.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Apple's ranlib warns about protocol_openssl.c
Date
Msg-id 2559611.1640912634@sss.pgh.pa.us
Whole thread Raw
In response to Re: Apple's ranlib warns about protocol_openssl.c  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I also see it on an m1 mini I got when building against openssl 3.

Huh, I wonder why I'm not seeing it.

> There is -no_warning_for_no_symbols in apple's ranlib. But perhaps
> there's another way around this:
> We have ssl_protocol_version_to_openssl() in both be-secure-openssl.c
> and fe-secure-openssl.c.  Perhaps we should just move it to
> protocol_openssl.c?

Those functions have the same name, but not the same arguments,
so it'd take some refactoring to share any code.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Apple's ranlib warns about protocol_openssl.c
Next
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: RE: Failed transaction statistics to measure the logical replication progress