Index: nss/lib/softoken/fipstest.c |
diff --git a/nss/lib/softoken/fipstest.c b/nss/lib/softoken/fipstest.c |
index aed33bb0a8c3a4bdb8f6f109b2b4ded8fb132604..c3b0d616870f42af2c923360d400dbb96142b3ba 100644 |
--- a/nss/lib/softoken/fipstest.c |
+++ b/nss/lib/softoken/fipstest.c |
@@ -1512,8 +1512,8 @@ sftk_fips_RSA_PowerUpSelfTest( void ) |
NSSLOWKEYPrivateKey * rsa_private_key; |
SECStatus rsa_status; |
- NSSLOWKEYPublicKey low_public_key = { NULL, NSSLOWKEYRSAKey, }; |
- NSSLOWKEYPrivateKey low_private_key = { NULL, NSSLOWKEYRSAKey, }; |
+ NSSLOWKEYPublicKey low_public_key = { NULL, NSSLOWKEYRSAKey }; |
+ NSSLOWKEYPrivateKey low_private_key = { NULL, NSSLOWKEYRSAKey }; |
PRUint8 rsa_computed_ciphertext[FIPS_RSA_ENCRYPT_LENGTH]; |
PRUint8 rsa_computed_plaintext[FIPS_RSA_DECRYPT_LENGTH]; |