From e2a2673873e4364ea669439cbe58f478bc3a3b64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Jan 2020 15:38:48 +0300 Subject: Release version 1.1.1+9 Enable zlib usage Don't define default directory paths Fix 'sslv3 alert bad record mac' failure for some libcrypto function calls --- openssl/tests/version.testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openssl/tests/version.testscript') diff --git a/openssl/tests/version.testscript b/openssl/tests/version.testscript index 1759e5f..325ba9b 100644 --- a/openssl/tests/version.testscript +++ b/openssl/tests/version.testscript @@ -7,8 +7,8 @@ $* version -a >>~"%EOO%" %built on: .+ UTC% %platform: $c.target.class-$c.target.cpu% %options: .+% - %compiler: $c.class .*-DLIBCRYPTO_BUILD.*% - %OPENSSLDIR: ".+"% - %ENGINESDIR: ".+"% + %compiler: $c.class .*-DLIBCRYPTO_BUILD -DZLIB .*% + OPENSSLDIR: N/A + ENGINESDIR: N/A %Seeding source: .+% EOO -- cgit v1.1