From 50a133b51fa9c6a3dc2b82ce9fedcf074859cd13 Mon Sep 17 00:00:00 2001 From: davidben Date: Wed, 1 Oct 2014 19:20:43 -0700 Subject: Fix crypto_unittests on Windows BoringSSL port. MSVC is somewhat pickier about casting things to bool. BUG=338884 Review URL: https://codereview.chromium.org/618123007 Cr-Commit-Position: refs/heads/master@{#297770} --- crypto/ec_signature_creator_openssl.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/ec_signature_creator_openssl.cc') diff --git a/crypto/ec_signature_creator_openssl.cc b/crypto/ec_signature_creator_openssl.cc index adff2c9..91e8a6a8 100644 --- a/crypto/ec_signature_creator_openssl.cc +++ b/crypto/ec_signature_creator_openssl.cc @@ -17,12 +17,6 @@ namespace crypto { -namespace { - -typedef ScopedOpenSSL::Type ScopedECDSA_SIG; - -} // namespace - ECSignatureCreatorImpl::ECSignatureCreatorImpl(ECPrivateKey* key) : key_(key), signature_len_(0) { EnsureOpenSSLInit(); -- cgit v1.1