| Index: nss/lib/util/secoidt.h
|
| diff --git a/nss/lib/util/secoidt.h b/nss/lib/util/secoidt.h
|
| index ff0f52765707fea4568ec7e8ec648da382eaaa72..747450ed06bcd127ebef5d25b6bddac1484ca7a2 100644
|
| --- a/nss/lib/util/secoidt.h
|
| +++ b/nss/lib/util/secoidt.h
|
| @@ -476,6 +476,7 @@ struct SECOidDataStr {
|
| */
|
| #define NSS_USE_ALG_IN_CERT_SIGNATURE 0x00000001 /* CRLs and OCSP, too */
|
| #define NSS_USE_ALG_IN_CMS_SIGNATURE 0x00000002 /* used in S/MIME */
|
| +#define NSS_USE_ALG_IN_SSL_KX 0x00000004 /* used in SSL key exchange */
|
| #define NSS_USE_ALG_RESERVED 0xfffffffc /* may be used in future */
|
|
|
| /* Code MUST NOT SET or CLEAR reserved bits, and must NOT depend on them
|
|
|