Skip to content

Commit 4126c73

Browse files
committed
More travis debug
1 parent c04fac7 commit 4126c73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/xmlsec/test/p11_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ def setup():
155155
global signer_cert_pem
156156
signer_cert_pem = _tf()
157157
openssl_conf = _tf()
158-
logging.debug("Generating OpenSSL config")
158+
logging.debug("Generating OpenSSL config for version {}".format(openssl_version))
159159
with open(openssl_conf, "w") as f:
160160
dynamic_path = (
161161
"dynamic_path = %s" % component_path['P11_ENGINE']
162-
if openssl_version == "1.0"
162+
if openssl_version.startswith('1.')
163163
else ""
164164
)
165165
f.write("\n".join([

0 commit comments

Comments
 (0)