| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 627f299 commit 5b88d48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ struct RSAKeyExportTraits final { | |||
| 78 | 78 | using RSAKeyExportJob = KeyExportJob<RSAKeyExportTraits>; | |
| 79 | 79 | ||
| 80 | 80 | struct RSACipherConfig final : public MemoryRetainer { | |
| 81 | - CryptoJobMode mode; | ||
| 81 | + CryptoJobMode mode = kCryptoJobAsync; | ||
| 82 | 82 | ByteSource label; | |
| 83 | 83 | int padding = 0; | |
| 84 | 84 | const EVP_MD* digest = nullptr; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments