We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c598c commit a59c199Copy full SHA for a59c199
review-tools/opensslpull
@@ -10,6 +10,7 @@ git checkout --quiet openssl-3.0 ; git pull --rebase
10
git checkout --quiet openssl-3.1 ; git pull --rebase
11
git checkout --quiet openssl-3.2 ; git pull --rebase
12
git checkout --quiet openssl-3.3 ; git pull --rebase
13
+git checkout --quiet openssl-3.4 ; git pull --rebase
14
git checkout --quiet master
15
git rebase -p origin/master
16
review-tools/pick-to-branch
@@ -63,6 +63,9 @@ case $b in
63
*3*3*)
64
TARGET=openssl-3.3
65
;;
66
+*3*4*)
67
+ TARGET=openssl-3.4
68
+ ;;
69
m*)
70
TARGET=master
71
0 commit comments