Merge pull request #926 from marineam/ssl

update_engine: disable SSLv3
This commit is contained in:
Michael Marineau 2014-10-16 14:20:07 -07:00
commit 8e8f37914a
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="d7586dcccbe4370f2e10c09cebeead181dcea306" CROS_WORKON_COMMIT="bbf81caddce2009272cb4e3a6006fc85d79e505d"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi