Skip to content

Commit f234899

Browse files
committed
remove missing reference to crypto test from patch 978f869
Reported-by: Tom Lane Discussion: https://postgr.es/m/1205031.1608925990@sss.pgh.pa.us Backpatch-through: master
1 parent 0848cf4 commit f234899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif
3030
endif
3131
ifeq ($(with_openssl),yes)
3232
ifneq (,$(filter ssl,$(PG_TEST_EXTRA)))
33-
SUBDIRS += ssl crypto
33+
SUBDIRS += ssl
3434
endif
3535
endif
3636

0 commit comments

Comments
 (0)