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
This commit is contained in:
Bruce Momjian 2020-12-25 15:13:16 -05:00
parent 0848cf4f55
commit f234899353
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ endif
endif
ifeq ($(with_openssl),yes)
ifneq (,$(filter ssl,$(PG_TEST_EXTRA)))
SUBDIRS += ssl crypto
SUBDIRS += ssl
endif
endif