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