Trying to fix bustage from checkin for bug 259031.

This commit is contained in:
kaie%kuix.de 2005-12-02 23:38:08 +00:00
parent f88b21c047
commit e1db14b3c4

View File

@ -842,6 +842,10 @@ ProcessGeneralName(PRArenaPool *arena,
break;
case certIPAddress:
{
// kengert: hotfix to fix bustage, will clean up soon
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN 46
#endif
char buf[INET6_ADDRSTRLEN];
nssComponent->GetPIPNSSBundleString("CertDumpIPAddress", key);
if (current->name.other.len == 4)