[openssl-commits] [tools] master update
Paul I. Dale
pauli at openssl.org
Wed Sep 12 23:19:37 UTC 2018
The branch master has been updated
via 16fe6d400dcef56b5ffbe6ddc416cbc77bff7782 (commit)
from eb4d1f2af762c9674d1461ddbe652f18bcd21415 (commit)
- Log -----------------------------------------------------------------
commit 16fe6d400dcef56b5ffbe6ddc416cbc77bff7782
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Thu Sep 13 07:18:08 2018 +1000
pick-to-branch: Update active branches
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/30)
-----------------------------------------------------------------------
Summary of changes:
review-tools/pick-to-branch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/review-tools/pick-to-branch b/review-tools/pick-to-branch
index 9160ef5..1c385e5 100755
--- a/review-tools/pick-to-branch
+++ b/review-tools/pick-to-branch
@@ -19,15 +19,15 @@ esac
case $b in
-*1*0*1*)
- branch=OpenSSL_1_0_1-stable
- ;;
*1*0*2*)
branch=OpenSSL_1_0_2-stable
;;
*1*1*0*)
branch=OpenSSL_1_1_0-stable
;;
+*1*1*1*)
+ branch=OpenSSL_1_1_1-stable
+ ;;
m*)
branch=master
;;
More information about the openssl-commits
mailing list