| Index: Source/modules/crypto/NormalizeAlgorithm.h
|
| diff --git a/Source/modules/crypto/NormalizeAlgorithm.h b/Source/modules/crypto/NormalizeAlgorithm.h
|
| index abfbc26e86c2c5b3aa5f643f8d8ca6a8e2ec1f50..65e5ff17dea9ccec3842cbe146cabca7bfcd7a4c 100644
|
| --- a/Source/modules/crypto/NormalizeAlgorithm.h
|
| +++ b/Source/modules/crypto/NormalizeAlgorithm.h
|
| @@ -51,6 +51,7 @@ enum AlgorithmOperation {
|
| GenerateKey,
|
| ImportKey,
|
| DeriveKey,
|
| + DeriveBits,
|
| WrapKey,
|
| UnwrapKey,
|
| // <---- End of list (keep this up-to-date)
|
|
|