| Index: net/third_party/nss/ssl/bodge/secitem_array.c
|
| diff --git a/net/third_party/nss/ssl/bodge/secitem_array.c b/net/third_party/nss/ssl/bodge/secitem_array.c
|
| index 62e590742194012b49f17d72b0cdf383c135416a..2acd5f8e24a2b5f2a899de3c1247246a45fe0119 100644
|
| --- a/net/third_party/nss/ssl/bodge/secitem_array.c
|
| +++ b/net/third_party/nss/ssl/bodge/secitem_array.c
|
| @@ -12,12 +12,12 @@
|
| #include "secerr.h"
|
| #include "secport.h"
|
|
|
| -typedef struct SECItemArrayStr SECItemArray;
|
| -
|
| #define NSSUTIL_VERSION_NUM \
|
| (NSSUTIL_VMAJOR * 10000 + NSSUTIL_VMINOR * 100 + NSSUTIL_VPATCH)
|
| #if NSSUTIL_VERSION_NUM < 31500
|
| // Added in NSS 3.15.
|
| +typedef struct SECItemArrayStr SECItemArray;
|
| +
|
| struct SECItemArrayStr {
|
| SECItem *items;
|
| unsigned int len;
|
|
|