[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Wed Jan 30 15:34:29 UTC 2019
The branch master has been updated
via 522b11e969cbdc82eca369512275f227080a86fa (commit)
from fa6b1ee1115c1e5e3a8286d833dcbaa2c1ce2b77 (commit)
- Log -----------------------------------------------------------------
commit 522b11e969cbdc82eca369512275f227080a86fa
Author: Matt Caswell <matt at openssl.org>
Date: Tue Jan 29 11:41:32 2019 +0000
Fix no-dso builds
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8111)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/90-test_shlibload.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t
index 1f097ed..fee56cd 100644
--- a/test/recipes/90-test_shlibload.t
+++ b/test/recipes/90-test_shlibload.t
@@ -21,6 +21,7 @@ use platform;
plan skip_all => "Test only supported in a shared build" if disabled("shared");
plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|;
+plan skip_all => "Test only supported in a dso build" if disabled("dso");
plan tests => 10;
More information about the openssl-commits
mailing list