[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Tue Sep 11 16:46:45 UTC 2018


The branch OpenSSL_1_0_2-stable has been updated
       via  5a6fbf616e1da3ac8c8bc6a30dbcd9844f6726c7 (commit)
      from  fb953d29b1775017c435000f180b755886999984 (commit)


- Log -----------------------------------------------------------------
commit 5a6fbf616e1da3ac8c8bc6a30dbcd9844f6726c7
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Mon Sep 10 14:18:23 2018 +0200

    Make the config script fail with an error code if Configure failed
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7166)
    
    (cherry picked from commit e13dc23cc0fd64c304c25a67d5fa516a77f9e8f1)

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

Summary of changes:
 config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config b/config
index 21534e0..6214c4b 100755
--- a/config
+++ b/config
@@ -992,5 +992,6 @@ if [ $? = "0" ]; then
   fi
 else
   echo "This system ($OUT) is not supported. See file INSTALL for details."
+  exit 1
 fi
 )


More information about the openssl-commits mailing list