summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 19:47:09 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 19:47:09 +0000
commitd4f45da1c73b70d4132f26a3c7c2399d9a3bba58 (patch)
tree37c8c0c0b34cc66cca5c0ba182c1d2c99fe8cb1d
parent1ba49a951c631bf312a000c6ac2919f5595e39db (diff)
downloadchromium_src-d4f45da1c73b70d4132f26a3c7c2399d9a3bba58.zip
chromium_src-d4f45da1c73b70d4132f26a3c7c2399d9a3bba58.tar.gz
chromium_src-d4f45da1c73b70d4132f26a3c7c2399d9a3bba58.tar.bz2
Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.
A follow-up to http://codereview.chromium.org/558008. R=evan,pvalchev BUG=none TEST=No compilation errors. Review URL: http://codereview.chromium.org/558013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37430 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--net/socket/ssl_test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_test_util.h b/net/socket/ssl_test_util.h
index fb060da..cf24ee5 100644
--- a/net/socket/ssl_test_util.h
+++ b/net/socket/ssl_test_util.h
@@ -117,7 +117,7 @@ class TestServerLauncher {
int connection_attempts_;
int connection_timeout_;
-#if defined(OS_LINUX)
+#if defined(USE_NSS)
struct PrivateCERTCertificate;
PrivateCERTCertificate *cert_;
#endif