File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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; }
1507615076 as_fn_error $? "
1507715077no source of strong random numbers was found
1507815078PostgreSQL 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
1508115081 fi
1508215082
1508315083$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
20072007 AC_MSG_ERROR([
20082008no source of strong random numbers was found
20092009PostgreSQL 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.])
20122012 fi
20132013 AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
20142014else
You can’t perform that action at this time.
0 commit comments