| Index: base/crypto/signature_creator_nss.cc
|
| ===================================================================
|
| --- base/crypto/signature_creator_nss.cc (revision 33327)
|
| +++ base/crypto/signature_creator_nss.cc (working copy)
|
| @@ -4,13 +4,9 @@
|
|
|
| #include "base/crypto/signature_creator.h"
|
|
|
| -// Work around https://bugzilla.mozilla.org/show_bug.cgi?id=455424
|
| -// until NSS 3.12.2 comes out and we update to it.
|
| -#define Lock FOO_NSS_Lock
|
| #include <cryptohi.h>
|
| #include <keyhi.h>
|
| #include <stdlib.h>
|
| -#undef Lock
|
|
|
| #include "base/logging.h"
|
| #include "base/nss_init.h"
|
|
|