File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct RSAKeyExportTraits final {
7878
using RSAKeyExportJob = KeyExportJob<RSAKeyExportTraits>;
7979

8080
struct RSACipherConfig final : public MemoryRetainer {
81-
CryptoJobMode mode;
81+
CryptoJobMode mode = kCryptoJobAsync;
8282
ByteSource label;
8383
int padding = 0;
8484
const EVP_MD* digest = nullptr;

0 commit comments

Comments
 (0)