summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian2020-12-25 20:13:16 +0000
committerBruce Momjian2020-12-25 20:13:25 +0000
commitf234899353f8998bdbd265125ce4a505a312d910 (patch)
tree7cbff83e320eb9e0b7da1f6e7c4e331d2e40c04b /src
parent0848cf4f553bda5a9f044c56b3bec19929ee24e6 (diff)
remove missing reference to crypto test from patch 978f869b99
Reported-by: Tom Lane Discussion: https://postgr.es/m/1205031.1608925990@sss.pgh.pa.us Backpatch-through: master
Diffstat (limited to 'src')
-rw-r--r--src/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 730efbf9c4a..ab1ef9a4753 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -30,7 +30,7 @@ endif
endif
ifeq ($(with_openssl),yes)
ifneq (,$(filter ssl,$(PG_TEST_EXTRA)))
-SUBDIRS += ssl crypto
+SUBDIRS += ssl
endif
endif