Skip to content

Commit

Permalink
rename HsmKeyParams to HsmKeyParameters to have both APIs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cps-b committed Nov 22, 2023
1 parent ac1daf1 commit 6d0d7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/hsm_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ class HSMMock final : public HSM
openssl::SSL_EVP_PKEY_Ptr(const RSASpec &spec,
const std::string &keyLabel,
const std::vector<uint8_t> &keyID,
const HsmKeyParams &params));
const HsmKeyParameters &params));
MOCK_METHOD4(generateKey,
openssl::SSL_EVP_PKEY_Ptr(const ECCSpec &spec,
const std::string &keyLabel,
const std::vector<uint8_t> &keyID,
const HsmKeyParams &params));
const HsmKeyParameters &params));
};

} // namespace mococrw

0 comments on commit 6d0d7b5

Please sign in to comment.