summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-04-22 08:44:25 +1000
committerMartin Thomson <martin.thomson@gmail.com>2016-04-22 08:44:25 +1000
commit0a66ea9af6dfa23884b02848f53ab2500b5925e1 (patch)
treeee464381b6804de9eb586db06921d5ec15730514
parent9b854d48f2eae8d6821979c71b9e06234aef76c0 (diff)
downloadnss-hg-0a66ea9af6dfa23884b02848f53ab2500b5925e1.tar.gz
Bug 1237514 - Removing garbage initializer, a=bustage
-rw-r--r--lib/ssl/sslcert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/sslcert.c b/lib/ssl/sslcert.c
index 3ab7712bf..a1f0ca74d 100644
--- a/lib/ssl/sslcert.c
+++ b/lib/ssl/sslcert.c
@@ -377,7 +377,7 @@ ssl_ConfigCertByUsage(sslSocket *ss, CERTCertificate *cert,
{
SECStatus rv = SECFailure;
SSLExtraServerCertData arg = {
- ssl_auth_null, ssl_sign_null, NULL, NULL, NULL
+ ssl_auth_null, NULL, NULL, NULL
};
SECOidTag tag;