We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a188b commit a3d6d35Copy full SHA for a3d6d35
Makefile
@@ -412,7 +412,7 @@ include plugins/Makefile
412
include tests/plugins/Makefile
413
414
# Only include fuzz tests if OpenSSL >= 3.0, will be disabled on ubuntu focal
415
-OPENSSL_VERSION := $(shell openssl version | sed -n 's/OpenSSL \([0-9]\+\)\..*/\1/p')
+OPENSSL_VERSION := $(shell openssl version | $(SED) -n 's/OpenSSL \([0-9]\+\)\..*/\1/p')
416
ifneq ($(shell test $(OPENSSL_VERSION) -ge 3 && echo yes),)
417
include tests/fuzz/Makefile
418
endif
0 commit comments