Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1443759 - Fix our BoGo shim's signing-prefs switch r=franziskus
Reviewers: franziskus

Reviewed By: franziskus

Bug #: 1443759

Differential Revision: https://phabricator.services.mozilla.com/D692
  • Loading branch information
Tim Taubert committed Mar 7, 2018
1 parent 25a99ef commit 36adfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/nss_bogo_shim/nss_bogo_shim.cc
Expand Up @@ -303,7 +303,7 @@ class TestAgent {
}
if (!sign_prefs.empty()) {
std::vector<SSLSignatureScheme> sig_schemes;
std::transform(verify_prefs.begin(), verify_prefs.end(),
std::transform(sign_prefs.begin(), sign_prefs.end(),
std::back_inserter(sig_schemes), [](int scheme) {
return static_cast<SSLSignatureScheme>(scheme);
});
Expand Down

0 comments on commit 36adfbd

Please sign in to comment.