Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! src: eliminate Manag…
Browse files Browse the repository at this point in the history
…edEVPPkey
  • Loading branch information
jasnell committed Sep 4, 2024
1 parent ede3f72 commit 2ab5842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/crypto_keygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct KeyPairGenTraits final {
return KeyGenJobStatus::FAILED;

params->key = KeyObjectData::CreateAsymmetric(
KeyType::kKeyTypePublic,
KeyType::kKeyTypePrivate,
EVPKeyPointer(pkey));
return KeyGenJobStatus::OK;
}
Expand Down

0 comments on commit 2ab5842

Please sign in to comment.