Skip to content

Commit

Permalink
[nrf noup] Fix PSA crypto merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
  • Loading branch information
Damian-Nordic committed Dec 12, 2023
1 parent 288c1e8 commit d97e091
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/protocols/secure_channel/PASESession.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,11 @@ class DLL_EXPORT PASESession : public Messaging::UnsolicitedMessageHandler,
// mNextExpectedMsg is set when we are expecting a message.
Optional<Protocols::SecureChannel::MsgType> mNextExpectedMsg;

#elif CHIP_CRYPTO_PSA_SPAKE2P
#if CHIP_CRYPTO_PSA_SPAKE2P
PSASpake2p_P256_SHA256_HKDF_HMAC mSpake2p;
#else
Spake2p_P256_SHA256_HKDF_HMAC mSpake2p;

#endif
Spake2pVerifier mPASEVerifier;

uint32_t mSetupPINCode;
Expand Down

0 comments on commit d97e091

Please sign in to comment.