Index: crypto/third_party/nss/chromium-nss.h |
diff --git a/crypto/third_party/nss/chromium-nss.h b/crypto/third_party/nss/chromium-nss.h |
index ab4726ac7026e4e64b2576f7ac4da6484fec66b9..af85e36db8ccd00487b47aa05ba2c7f94d2f6c95 100644 |
--- a/crypto/third_party/nss/chromium-nss.h |
+++ b/crypto/third_party/nss/chromium-nss.h |
@@ -43,8 +43,6 @@ |
#include <keyhi.h> |
#include <secmod.h> |
-#include "crypto/crypto_export.h" |
- |
// Like PK11_ImportEncryptedPrivateKeyInfo, but hardcoded for EC, and returns |
// the SECKEYPrivateKey. |
// See https://bugzilla.mozilla.org/show_bug.cgi?id=211546 |
@@ -61,11 +59,4 @@ SECStatus ImportEncryptedECPrivateKeyInfoAndReturnKey( |
SECKEYPrivateKey** private_key, |
void* wincx); |
-// Like SEC_DerSignData. |
-CRYPTO_EXPORT SECStatus DerSignData(PLArenaPool *arena, |
- SECItem *result, |
- SECItem *input, |
- SECKEYPrivateKey *key, |
- SECOidTag algo_id); |
- |
#endif // CRYPTO_THIRD_PARTY_NSS_CHROMIUM_NSS_H_ |