diff --git a/lib/softoken/lowpbe.c b/lib/softoken/lowpbe.c index 3d849eaa85..7ae1f4d921 100644 --- a/lib/softoken/lowpbe.c +++ b/lib/softoken/lowpbe.c @@ -561,13 +561,13 @@ nsspkcs5_PKCS12PBE(const SECHashObject *hashObject, * asked to repeatedly compute the key for the same password item, * hash, iterations and salt. */ static struct { - PZLock *lock; - SECItem *hashPBKDF2; - SECItem *salt; - SECItem *pwItem; - HASH_HashType hashType; - int iterations; - int keyLen; + PZLock *lock; + SECItem *hashPBKDF2; + SECItem *salt; + SECItem *pwItem; + HASH_HashType hashType; + int iterations; + int keyLen; } PBECache = { NULL, NULL, NULL, NULL }; void