File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines 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;
|
|
You can’t perform that action at this time.
0 commit comments