Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44a977f

Browse files
committed
Fix typo in new message in configure.
Remove spurious "of", and reformat to fit on a 80 chars wide line.
1 parent53c7cff commit44a977f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
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 useof 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 usea
15080+
built-inpseudo 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

Lines changed: 2 additions & 2 deletions
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 useof a built-in
2011-
pseudo random number generator, but that may be insecure.])
2010+
for authentication protocols. You can use --disable-strong-random to usea
2011+
built-inpseudo 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)

[8]ページ先頭

©2009-2025 Movatter.jp