[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Wed Jan 30 15:34:40 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  a6d6d64570fe6bf3078c5bc4a35c1d509ef1ee15 (commit)
      from  9ed9875f0599babfb34bc52c17455765dfc0ac42 (commit)


- Log -----------------------------------------------------------------
commit a6d6d64570fe6bf3078c5bc4a35c1d509ef1ee15
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)
    
    (cherry picked from commit 522b11e969cbdc82eca369512275f227080a86fa)

-----------------------------------------------------------------------

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 f4bca8b..3420017 100644
--- a/test/recipes/90-test_shlibload.t
+++ b/test/recipes/90-test_shlibload.t
@@ -20,6 +20,7 @@ use configdata;
 
 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