| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d02b72e commit 16bf5fe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3449,7 +3449,7 @@ void CipherBase::Init(const char* cipher_type, | |||
| 3449 | 3449 | nullptr, | |
| 3450 | 3450 | reinterpret_cast<unsigned char*>(key), | |
| 3451 | 3451 | reinterpret_cast<unsigned char*>(iv), | |
| 3452 | - kind_ == kCipher); | ||
| 3452 | + encrypt); | ||
| 3453 | 3453 | } | |
| 3454 | 3454 | ||
| 3455 | 3455 | ||
@@ -3518,7 +3518,7 @@ void CipherBase::InitIv(const char* cipher_type, | |||
| 3518 | 3518 | nullptr, | |
| 3519 | 3519 | reinterpret_cast<const unsigned char*>(key), | |
| 3520 | 3520 | reinterpret_cast<const unsigned char*>(iv), | |
| 3521 | - kind_ == kCipher); | ||
| 3521 | + encrypt); | ||
| 3522 | 3522 | } | |
| 3523 | 3523 | ||
| 3524 | 3524 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments