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