summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorJonas Allmann <jallmann@mozilla.com>2018-02-13 15:43:44 +0100
committerJonas Allmann <jallmann@mozilla.com>2018-02-13 15:43:44 +0100
commit49cefdeda10b126ec2a13bddd26c55695bb681c6 (patch)
treeb3552e4033eaad95a8f5e78b1908079c4b5fa9db /tests/bogo
parent4665b4574c367611ea701e2f20fd0bcf381e25b9 (diff)
downloadnss-hg-49cefdeda10b126ec2a13bddd26c55695bb681c6.tar.gz
Bug 1437810 - Update Bogo tests to latest BoringSSL revision, r=franziskus
Reviewers: franziskus Bug #: 1437810 Differential Revision: https://phabricator.services.mozilla.com/D591
Diffstat (limited to 'tests/bogo')
-rwxr-xr-xtests/bogo/bogo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bogo/bogo.sh b/tests/bogo/bogo.sh
index 26dfb0abb..d1a93bf9b 100755
--- a/tests/bogo/bogo.sh
+++ b/tests/bogo/bogo.sh
@@ -25,7 +25,7 @@ bogo_init()
BORING=${BORING:=boringssl}
if [ ! -d "$BORING" ]; then
git clone -q https://boringssl.googlesource.com/boringssl "$BORING"
- git -C "$BORING" checkout -q bbfe603519bc54fbc4c8dd87efe1ed385df550b4
+ git -C "$BORING" checkout -q a513e86c1ebb1383930c9e504bdabcc302a85f30
fi
SCRIPTNAME="bogo.sh"