On Fri, Dec 25, 2020 at 02:37:06PM -0500, Tom Lane wrote: > I wrote: > > Justin Pryzby <[email protected]> writes: > >> I think cipher_failure() should be marked pg_attribute_noreturn(). > > > Perhaps more to the point, it still doesn't build at all without > > --with-openssl. > > [ looks closer ... ] Oh, we're on about the same thing -- the difference > is that sifaka is using -Werror. > > pg_attribute_noreturn() seems like a good idea, but we're also going to > need dummy return statements in the callers, to satisfy compilers that > don't understand that.
Yes, done. I tested it with a non-OpenSSL configure run now and it worked. Thanks for the report. -- Bruce Momjian <[email protected]> https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
