aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-06-27 08:25:26 +0900
committerMichael Paquier <michael@paquier.xyz>2019-06-27 08:25:26 +0900
commit322c5bfdc3d76f6463768ecd8fced30c881b8be5 (patch)
tree88187c44933d4f3dc0779ca3622bb7f6c776b2a4 /src
parent55ed3defc966cf718fe1e8c0efe964580bb23351 (diff)
downloadpostgresql-322c5bfdc3d76f6463768ecd8fced30c881b8be5.tar.gz
postgresql-322c5bfdc3d76f6463768ecd8fced30c881b8be5.zip
Remove remaining traces of Rand_OpenSSL() from the tree
fe0a0b5 has removed the last use of this routine from pgcrypto, leading to a useless symbol definition and an extra configure check. Author: Michael Paquier Reviewed-by: Daniel Gustafsson, Tom Lane Discussion: https://postgr.es/m/20190626142544.GN1714@paquier.xyz
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 6cd4cfed0aa..512213aa32f 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -464,9 +464,6 @@
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
-/* Define to 1 if you have the `RAND_OpenSSL' function. */
-#undef HAVE_RAND_OPENSSL
-
/* Define to 1 if you have the <readline.h> header file. */
#undef HAVE_READLINE_H