From 89892f43df8199c81c00a632e427abb5a3ec68fd Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Thu, 18 Sep 2008 12:56:04 +0000 Subject: Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match the dependency order required on Posix. Patch from Pawel Hajdan Jr. Review URL: http://codereview.chromium.org/3143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2361 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/safe_browsing/safe_browsing_util.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/safe_browsing/safe_browsing_util.cc') diff --git a/chrome/browser/safe_browsing/safe_browsing_util.cc b/chrome/browser/safe_browsing/safe_browsing_util.cc index 0096263..13409ed 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.cc +++ b/chrome/browser/safe_browsing/safe_browsing_util.cc @@ -137,11 +137,6 @@ static void DecodeWebSafe(std::string* decoded) { bool VerifyMAC(const std::string& key, const std::string& mac, const char* data, int data_length) { -#if !defined(OS_WIN) - // TODO(port): Remove #defines when linking issue with modp_b64 is resolved. - NOTIMPLEMENTED(); - return false; -#endif std::string key_copy = key; DecodeWebSafe(&key_copy); std::string decoded_key; -- cgit v1.1