зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for bug 398718.
This commit is contained in:
Родитель
f453d049c0
Коммит
aeb9c559c1
|
@ -56,10 +56,6 @@
|
|||
|
||||
static NS_DEFINE_CID(kNSSComponentCID, NS_NSSCOMPONENT_CID);
|
||||
|
||||
#ifndef INET6_ADDRSTRLEN
|
||||
#define INET6_ADDRSTRLEN 46
|
||||
#endif
|
||||
|
||||
/* Object Identifier constants */
|
||||
#define CONST_OID static const unsigned char
|
||||
#define MICROSOFT_OID 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0x37
|
||||
|
|
|
@ -41,6 +41,10 @@
|
|||
|
||||
#include "nsNSSCertHeader.h"
|
||||
|
||||
#ifndef INET6_ADDRSTRLEN
|
||||
#define INET6_ADDRSTRLEN 46
|
||||
#endif
|
||||
|
||||
PRUint32
|
||||
getCertType(CERTCertificate *cert);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче