remove missing reference to crypto test from 978f869b99
authorBruce Momjian <[email protected]>
Fri, 25 Dec 2020 20:13:16 +0000 (15:13 -0500)
committerBruce Momjian <[email protected]>
Fri, 25 Dec 2020 20:13:25 +0000 (15:13 -0500)
Reported-by: Tom Lane
Discussion: https://postgr.es/m/1205031.1608925990@sss.pgh.pa.us

Back-through: master

src/test/Makefile

index 730efbf9c4a21fa4dad566f3cdc9718550a0d2ac..ab1ef9a47532aa11530ba3712e3528d93353faa7 100644 (file)
@@ -30,7 +30,7 @@ endif
 endif
 ifeq ($(with_openssl),yes)
 ifneq (,$(filter ssl,$(PG_TEST_EXTRA)))
-SUBDIRS += ssl crypto
+SUBDIRS += ssl
 endif
 endif