From: Tatsuo Ishii Date: Tue, 20 May 2025 06:04:28 +0000 (+0900) Subject: Fix oversight in pg_strong_random commit. X-Git-Url: http://git.postgresql.org/gitweb/4.12?a=commitdiff_plain;p=pgpool2.git Fix oversight in pg_strong_random commit. In the commit I forgot to test without SSL case, which requires to include . Author: Bo Peng --- diff --git a/src/utils/pg_strong_random.c b/src/utils/pg_strong_random.c index 2017139b1..05669d6f9 100644 --- a/src/utils/pg_strong_random.c +++ b/src/utils/pg_strong_random.c @@ -26,6 +26,9 @@ #include "pool.h" +#ifndef USE_SSL +#include +#endif #include #include #include