We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627f299 commit 5b88d48Copy full SHA for 5b88d48
src/crypto/crypto_rsa.h
@@ -78,7 +78,7 @@ struct RSAKeyExportTraits final {
78
using RSAKeyExportJob = KeyExportJob<RSAKeyExportTraits>;
79
80
struct RSACipherConfig final : public MemoryRetainer {
81
- CryptoJobMode mode;
+ CryptoJobMode mode = kCryptoJobAsync;
82
ByteSource label;
83
int padding = 0;
84
const EVP_MD* digest = nullptr;
0 commit comments