| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6330385 commit 8f46bd9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -549,7 +549,6 @@ void CipherBase::SetAuthTag(const FunctionCallbackInfo<Value>& args) { | |||
| 549 | 549 | } else { | |
| 550 | 550 | // At this point, the tag length is already known and must match the | |
| 551 | 551 | // length of the given authentication tag. | |
| 552 | - CHECK(Cipher::FromCtx(cipher->ctx_).isSupportedAuthenticatedMode()); | ||
| 553 | 552 | CHECK_NE(cipher->auth_tag_len_, kNoAuthTagLength); | |
| 554 | 553 | is_valid = cipher->auth_tag_len_ == tag_len; | |
| 555 | 554 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments