File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
15076
15076
as_fn_error $? "
15077
15077
no source of strong random numbers was found
15078
15078
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
15079
- for authentication protocols. You can use --disable-strong-random to use of a built-in
15080
- pseudo random number generator, but that may be insecure." " $LINENO " 5
15079
+ for authentication protocols. You can use --disable-strong-random to use a
15080
+ built-in pseudo random number generator, but that may be insecure." " $LINENO " 5
15081
15081
fi
15082
15082
15083
15083
$as_echo " #define HAVE_STRONG_RANDOM 1" >> confdefs.h
Original file line number Diff line number Diff line change @@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
2007
2007
AC_MSG_ERROR([
2008
2008
no source of strong random numbers was found
2009
2009
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
2010
- for authentication protocols. You can use --disable-strong-random to use of a built-in
2011
- pseudo random number generator, but that may be insecure.])
2010
+ for authentication protocols. You can use --disable-strong-random to use a
2011
+ built-in pseudo random number generator, but that may be insecure.])
2012
2012
fi
2013
2013
AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
2014
2014
else
You can’t perform that action at this time.
0 commit comments