diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-01 17:30:17 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-01 17:30:17 +0000 |
commit | 00f8a3d87824b72fa499137eb430a8b486cbc3f1 (patch) | |
tree | f5c4158450880c52ec784f089464c23b8c92103c /DEPS | |
parent | 227e0bc02a2c6493b2c7dcddefae95d9cd08875d (diff) | |
download | chromium_src-00f8a3d87824b72fa499137eb430a8b486cbc3f1.zip chromium_src-00f8a3d87824b72fa499137eb430a8b486cbc3f1.tar.gz chromium_src-00f8a3d87824b72fa499137eb430a8b486cbc3f1.tar.bz2 |
BoringSSL DEPS roll.
Brings in the following changes:
commit 22bb031c436c352498a05cd0881575908467a742
Author: Adam Langley <agl@chromium.org>
Date: Wed Jul 30 11:05:51 2014 -0700
Don't mark AES_set_{en|de}crypt_key arg as const.
Windows complains when the declaration of a function doesn't match the
definition. In this case, the |bits| argument (not a pointer, just an
unsigned) was marked as const in the definition only.
Normally const isn't used for non-pointer arguments so I've removed it
in this case to make Windows compile.
https://code.google.com/p/chromium/issues/detail?id=398960
Change-Id: If7386cf61f9dfbf6b32bfada1a49d5742fe94396
BUG=398960
R=davidben@chromium.org
Review URL: https://codereview.chromium.org/427303003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - "boringssl_revision": "a3d21e2101ea690ee476d63ed221940e762a67e3", + "boringssl_revision": "22bb031c436c352498a05cd0881575908467a742", } deps = { |