File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ openssl_conf = default_conf
2+ [default_conf]
3+ ssl_conf = ssl_sect
4+ [ssl_sect]
5+ system_default = system_default_sect
6+ [system_default_sect]
7+ CipherString = DEFAULT@SECLEVEL =1
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ excludes += --excludes-dir=debian/tests/excludes/any/
8686excludes += --excludes-dir=debian/tests/excludes/$(DEB_HOST_ARCH ) /
8787override_dh_auto_test-arch :
8888ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS ) ) )
89- $(MAKE) TESTS="-v -j 4 $(excludes)" RUBY_TESTOPTS=-v V=1 check
89+ $(MAKE) TESTS="-v -j 4 $(excludes)" RUBY_TESTOPTS=-v V=1 OPENSSL_CONF=$(CURDIR)/debian/openssl.cnf check
9090endif
9191
9292override_dh_auto_install-arch :
Original file line number Diff line number Diff line change 55# set -x
66
77KNOW_FAILURES=$( dirname $( readlink -f $0 ) ) /known-failures.txt
8+ # test against the default OpenSSL settings and not the Debian-specific ones
9+ export OPENSSL_CONF=` pwd` /debian/openssl.cnf
810
911tests=" $@ "
1012
You can’t perform that action at this time.
0 commit comments