summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2008-01-08 08:39:34 +0000
committerkaie%kuix.de <devnull@localhost>2008-01-08 08:39:34 +0000
commit8efe8a85c00c990c5d5ec51997ca5f719c26e356 (patch)
tree61fa5bc3b648ea340c71ff709648aa1f32cf5876
parent2ee7c25d9aecd42c5d42c2fdcea26bacaf92b054 (diff)
downloadnss-hg-8efe8a85c00c990c5d5ec51997ca5f719c26e356.tar.gz
fixing bustage
-rw-r--r--security/nss/lib/certdb/certdb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/lib/certdb/certdb.c b/security/nss/lib/certdb/certdb.c
index fb57edaf0..c9b738cd3 100644
--- a/security/nss/lib/certdb/certdb.c
+++ b/security/nss/lib/certdb/certdb.c
@@ -1650,6 +1650,10 @@ cert_CountDNSPatterns(CERTGeneralName *firstName)
return count;
}
+#ifndef INET6_ADDRSTRLEN
+#define INET6_ADDRSTRLEN 46
+#endif
+
/* will fill nickNames,
* will allocate all data from nickNames->arena,
* numberOfGeneralNames should have been obtained from cert_CountDNSPatterns,