Skip to content

Commit

Permalink
Update windows boring commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Nov 27, 2024
1 parent 1f46341 commit d4ac421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd build/

# Download and patch boringssl

BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767
BORING_SSL_COMMIT=cd95210465496ac2337b313cf49f607762abe286
curl -L https://github.com/google/boringssl/archive/${BORING_SSL_COMMIT}.zip -o boringssl.zip
unzip -q -o boringssl.zip
mv boringssl-${BORING_SSL_COMMIT} boringssl
Expand Down

0 comments on commit d4ac421

Please sign in to comment.