diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 19:31:26 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 19:31:26 +0000 |
commit | 2e417d8e488e0087197be4cb5e448d8c591025bd (patch) | |
tree | 8f7de5cd0b4885c5106eff3f17a0033ef92118e9 /chrome/browser/sync/engine/net/openssl_init.h | |
parent | 95d050e357cd2f2a226621dd8639baaf30cad544 (diff) | |
download | chromium_src-2e417d8e488e0087197be4cb5e448d8c591025bd.zip chromium_src-2e417d8e488e0087197be4cb5e448d8c591025bd.tar.gz chromium_src-2e417d8e488e0087197be4cb5e448d8c591025bd.tar.bz2 |
Remove openssl_init from sync\engine.
These weren't referenced anywhere; we don't rely
on openssl. They were just cruft.
BUG=none
TEST=builds fine without these files
Review URL: http://codereview.chromium.org/201082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/net/openssl_init.h')
-rw-r--r-- | chrome/browser/sync/engine/net/openssl_init.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/browser/sync/engine/net/openssl_init.h b/chrome/browser/sync/engine/net/openssl_init.h deleted file mode 100644 index 8cd4558..0000000 --- a/chrome/browser/sync/engine/net/openssl_init.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. -// -// OpenSSL multi-threading initialization - -#ifndef CHROME_BROWSER_SYNC_ENGINE_NET_OPENSSL_INIT_H_ -#define CHROME_BROWSER_SYNC_ENGINE_NET_OPENSSL_INIT_H_ - -namespace browser_sync { - -// Initializes the OpenSSL multithreading callbacks. Returns false on failure. -void InitOpenSslMultithreading(); - -// Cleans up the OpenSSL multithreading callbacks. -void CleanupOpenSslMultithreading(); - -} // namespace browser_sync - -#endif // CHROME_BROWSER_SYNC_ENGINE_NET_OPENSSL_INIT_H_ |