| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3911,7 +3911,7 @@ bool CipherBase::Update(const char* data, | |||
| 3911 | 3911 | unsigned char** out, | |
| 3912 | 3912 | int* out_len) { | |
| 3913 | 3913 | if (ctx_ == nullptr) | |
| 3914 | - return 0; | ||
| 3914 | + return false; | ||
| 3915 | 3915 | ||
| 3916 | 3916 | // on first update: | |
| 3917 | 3917 | if (kind_ == kDecipher && IsAuthenticatedMode() && auth_tag_len_ > 0) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments