mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typo in new message in configure.
Remove spurious "of", and reformat to fit on a 80 chars wide line.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
|
||||
as_fn_error $? "
|
||||
no source of strong random numbers was found
|
||||
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
|
||||
for authentication protocols. You can use --disable-strong-random to use of a built-in
|
||||
pseudo random number generator, but that may be insecure." "$LINENO" 5
|
||||
for authentication protocols. You can use --disable-strong-random to use a
|
||||
built-in pseudo random number generator, but that may be insecure." "$LINENO" 5
|
||||
fi
|
||||
|
||||
$as_echo "#define HAVE_STRONG_RANDOM 1" >>confdefs.h
|
||||
|
Reference in New Issue
Block a user