| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6be761e commit 7100bae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1052,7 +1052,7 @@ void PublicKeyCipher::Cipher(const FunctionCallbackInfo<Value>& args) { | |||
| 1052 | 1052 | if (!args[offset + 3]->IsUndefined()) { | |
| 1053 | 1053 | oaep_label = ArrayBufferOrViewContents<unsigned char>(args[offset + 3]); | |
| 1054 | 1054 | if (UNLIKELY(!oaep_label.CheckSizeInt32())) | |
| 1055 | - return THROW_ERR_OUT_OF_RANGE(env, "oaep_label is too big"); | ||
| 1055 | + return THROW_ERR_OUT_OF_RANGE(env, "oaepLabel is too big"); | ||
| 1056 | 1056 | } | |
| 1057 | 1057 | ||
| 1058 | 1058 | std::unique_ptr<BackingStore> out; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments