| Index: nss/lib/util/utilmodt.h
|
| diff --git a/nss/lib/util/utilmodt.h b/nss/lib/util/utilmodt.h
|
| index 825e59f8fd15fbbc63774b49439bc15d8fd438a8..6adc5fb6fa90d44f50f429a2e8527c5d4294b00b 100644
|
| --- a/nss/lib/util/utilmodt.h
|
| +++ b/nss/lib/util/utilmodt.h
|
| @@ -23,10 +23,11 @@
|
| #define SECMOD_SSL_FLAG 0x00000800L
|
| #define SECMOD_TLS_FLAG 0x00001000L
|
| #define SECMOD_AES_FLAG 0x00002000L
|
| -#define SECMOD_SHA256_FLAG 0x00004000L
|
| +#define SECMOD_SHA256_FLAG 0x00004000L /* also for SHA224 */
|
| #define SECMOD_SHA512_FLAG 0x00008000L /* also for SHA384 */
|
| #define SECMOD_CAMELLIA_FLAG 0x00010000L /* = PUBLIC_MECH_CAMELLIA_FLAG */
|
| #define SECMOD_SEED_FLAG 0x00020000L
|
| +#define SECMOD_ECC_FLAG 0x00040000L
|
| /* reserved bit for future, do not use */
|
| #define SECMOD_RESERVED_FLAG 0X08000000L
|
| #define SECMOD_FRIENDLY_FLAG 0x10000000L
|
|
|