summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
authorDavid Keeler <dkeeler@mozilla.com>2017-08-01 16:45:07 +0200
committerDavid Keeler <dkeeler@mozilla.com>2017-08-01 16:45:07 +0200
commitabe0fcdc657265eafe226c96c629bc716ac85b77 (patch)
tree7c038b73963c07b5c515da1e24e29d29dec2b575 /nss.gyp
parent36b1a750357ba5d8cf9eb2b887e92c880535790a (diff)
downloadnss-hg-abe0fcdc657265eafe226c96c629bc716ac85b77.tar.gz
Bug 1379273 - make softoken resettable via PK11_ResetToken r=franziskus,ttaubert
Summary: Two issues prevented PK11_ResetToken from working properly: 1. The backing DB tables would be dropped and never recreated, preventing future operations from working. 2. The needLogin property of the SFTKSlot would not be updated properly, preventing PK11_InitPin (and thus other operations) from succeeding. Reviewers: ttaubert, franziskus Reviewed By: ttaubert, franziskus Differential Revision: https://nss-review.dev.mozaws.net/D382
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss.gyp b/nss.gyp
index e62d28449..1727dbe0b 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -168,6 +168,7 @@
'gtests/certdb_gtest/certdb_gtest.gyp:certdb_gtest',
'gtests/freebl_gtest/freebl_gtest.gyp:prng_gtest',
'gtests/pk11_gtest/pk11_gtest.gyp:pk11_gtest',
+ 'gtests/softoken_gtest/softoken_gtest.gyp:softoken_gtest',
'gtests/ssl_gtest/ssl_gtest.gyp:ssl_gtest',
'gtests/util_gtest/util_gtest.gyp:util_gtest',
'gtests/nss_bogo_shim/nss_bogo_shim.gyp:nss_bogo_shim',