From: Bruce Momjian Date: Fri, 25 Dec 2020 20:13:16 +0000 (-0500) Subject: remove missing reference to crypto test from patch 978f869b99 X-Git-Tag: REL_14_BETA1~1079 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f234899353f8998bdbd265125ce4a505a312d910;p=thirdparty%2Fpostgresql.git 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 --- 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