We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a9b13 commit 55a0135Copy full SHA for 55a0135
src/crypto/crypto_rsa.h
@@ -77,7 +77,7 @@ struct RSAKeyExportTraits final {
77
using RSAKeyExportJob = KeyExportJob<RSAKeyExportTraits>;
78
79
struct RSACipherConfig final : public MemoryRetainer {
80
- CryptoJobMode mode;
+ CryptoJobMode mode = kCryptoJobAsync;
81
ByteSource label;
82
int padding = 0;
83
const EVP_MD* digest = nullptr;
0 commit comments