summaryrefslogtreecommitdiff
path: root/nss/gtests/nss_bogo_shim/nsskeys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nss/gtests/nss_bogo_shim/nsskeys.cc')
-rw-r--r--nss/gtests/nss_bogo_shim/nsskeys.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/gtests/nss_bogo_shim/nsskeys.cc b/nss/gtests/nss_bogo_shim/nsskeys.cc
index 1b5e15b..471dac3 100644
--- a/nss/gtests/nss_bogo_shim/nsskeys.cc
+++ b/nss/gtests/nss_bogo_shim/nsskeys.cc
@@ -63,7 +63,6 @@ SECKEYPrivateKey* ReadPrivateKey(const std::string& file) {
PK11_FreeSlot(slot);
SECITEM_FreeItem(&item, PR_FALSE);
if (rv != SECSuccess) {
- // This is probably due to this being an ECDSA key (Bug 1295121).
std::cerr << "Couldn't import key " << PORT_ErrorToString(PORT_GetError())
<< "\n";
return nullptr;