Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
44a977f5
Commit
44a977f5
authored
Dec 06, 2016
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in new message in configure.
Remove spurious "of", and reformat to fit on a 80 chars wide line.
parent
53c7cff7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure
View file @
44a977f5
...
@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
...
@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
as_fn_error
$?
"
as_fn_error
$?
"
no source of strong random numbers was found
no source of strong random numbers was found
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
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
for authentication protocols. You can use --disable-strong-random to use
a
pseudo random number generator, but that may be insecure."
"
$LINENO
"
5
built-in
pseudo random number generator, but that may be insecure."
"
$LINENO
"
5
fi
fi
$as_echo
"#define HAVE_STRONG_RANDOM 1"
>>
confdefs.h
$as_echo
"#define HAVE_STRONG_RANDOM 1"
>>
confdefs.h
...
...
configure.in
View file @
44a977f5
...
@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
...
@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
AC_MSG_ERROR([
AC_MSG_ERROR([
no source of strong random numbers was found
no source of strong random numbers was found
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
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
for authentication protocols. You can use --disable-strong-random to use
a
pseudo random number generator, but that may be insecure.])
built-in
pseudo random number generator, but that may be insecure.])
fi
fi
AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment