From 2ab58425ff646402e44c96f5d7405ddb4d78337a Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 3 Sep 2024 19:25:54 -0700 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! src: eliminate ManagedEVPPkey --- src/crypto/crypto_keygen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/crypto_keygen.h b/src/crypto/crypto_keygen.h index 03729faf9c23f0..1ad99456b26600 100644 --- a/src/crypto/crypto_keygen.h +++ b/src/crypto/crypto_keygen.h @@ -175,7 +175,7 @@ struct KeyPairGenTraits final { return KeyGenJobStatus::FAILED; params->key = KeyObjectData::CreateAsymmetric( - KeyType::kKeyTypePublic, + KeyType::kKeyTypePrivate, EVPKeyPointer(pkey)); return KeyGenJobStatus::OK; }