Skip to content

Commit d97e091

Browse files
committed
[nrf noup] Fix PSA crypto merge conflict
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
1 parent 288c1e8 commit d97e091

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/protocols/secure_channel/PASESession.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,11 @@ class DLL_EXPORT PASESession : public Messaging::UnsolicitedMessageHandler,
213213
// mNextExpectedMsg is set when we are expecting a message.
214214
Optional<Protocols::SecureChannel::MsgType> mNextExpectedMsg;
215215

216-
#elif CHIP_CRYPTO_PSA_SPAKE2P
216+
#if CHIP_CRYPTO_PSA_SPAKE2P
217217
PSASpake2p_P256_SHA256_HKDF_HMAC mSpake2p;
218+
#else
218219
Spake2p_P256_SHA256_HKDF_HMAC mSpake2p;
219-
220+
#endif
220221
Spake2pVerifier mPASEVerifier;
221222

222223
uint32_t mSetupPINCode;

0 commit comments

Comments
 (0)