[openssl-commits] [tools] master update

Richard Levitte levitte at openssl.org
Tue Oct 23 16:19:30 UTC 2018


The branch master has been updated
       via  ca2469ca133476e1fb3f89bbaf43f8d7a4244c25 (commit)
      from  2d16f8da11fe0bab487d936f13a63ea8fba5204e (commit)


- Log -----------------------------------------------------------------
commit ca2469ca133476e1fb3f89bbaf43f8d7a4244c25
Author: Paul Yang <yang.yang at baishancloud.com>
Date:   Thu Sep 13 10:24:17 2018 +0900

    Add 1.1.1 stable branch when doing 'opensslpull'
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/31)

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

Summary of changes:
 review-tools/opensslpull | 1 +
 1 file changed, 1 insertion(+)

diff --git a/review-tools/opensslpull b/review-tools/opensslpull
index 3776a30..0c8a40b 100755
--- a/review-tools/opensslpull
+++ b/review-tools/opensslpull
@@ -8,6 +8,7 @@ test -f ./config || {
 
 git checkout --quiet OpenSSL_1_0_2-stable ; git pull --rebase
 git checkout --quiet OpenSSL_1_1_0-stable ; git pull --rebase
+git checkout --quiet OpenSSL_1_1_1-stable ; git pull --rebase
 git checkout --quiet master
 git rebase -p origin/master
 


More information about the openssl-commits mailing list