summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
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"