Skip to content

Commit

Permalink
clang-format adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Jul 31, 2023
1 parent 383a5f6 commit 3b780c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions include/mls/credential.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ struct Credential
TLS_TRAITS(tls::variant<CredentialType>)

private:
using SpecificCredential =
var::variant<BasicCredential, X509Credential, UserInfoVCCredential, MultiCredential>;
using SpecificCredential = var::variant<BasicCredential,
X509Credential,
UserInfoVCCredential,
MultiCredential>;

Credential(SpecificCredential _cred);
SpecificCredential _cred;
Expand Down
2 changes: 0 additions & 2 deletions lib/hpke/src/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,7 @@ struct ECKeyGroup : public EVPGroup
int curve_nid;

#if !defined(WITH_OPENSSL3)
// clang-format off
EC_KEY* new_ec_key() const { return EC_KEY_new_by_curve_name(curve_nid); }
// clang-format on

static EVP_PKEY* to_pkey(EC_KEY* eckey)
{
Expand Down

0 comments on commit 3b780c9

Please sign in to comment.