Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 44a977f

Browse files
committed
Fix typo in new message in configure.
Remove spurious "of", and reformat to fit on a 80 chars wide line.
1 parent 53c7cff commit 44a977f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
1507615076
as_fn_error $? "
1507715077
no source of strong random numbers was found
1507815078
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
1508115081
fi
1508215082

1508315083
$as_echo "#define HAVE_STRONG_RANDOM 1" >>confdefs.h

configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
20072007
AC_MSG_ERROR([
20082008
no source of strong random numbers was found
20092009
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.])
20122012
fi
20132013
AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
20142014
else

0 commit comments

Comments
 (0)